Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeMC committed Jul 21, 2023
2 parents 5f62389 + f29ae93 commit 431a828
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/github-releases-to-discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
release:
types: [published]

jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: SethCohen/[email protected]
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
username: "Release Changelog"
avatar_url: "https://cdn.discordapp.com/attachments/922873250265051136/1131684088638623814/2.png"
8 changes: 4 additions & 4 deletions docs/essential-modding/shader-fixes.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ You can either install this mod as a standalone, as a part of [IV Tweaker](../..
* Extract the files from the :material-folder:==1. Main== to the :material-folder:==update==, replacing all files if prompted.
??? tip "Console-like Gamma"
If you also want to have console-like gamma and ==you're not using FusionFix==, extract :material-folder:==2. Addons\Console-like Gamma== to :material-folder:==update==, replacing all files when prompted.
<figure markdown>
![Console Gamma](assets/console-gamma.png)
<figcaption></figcaption>
</figure>
<figure markdown>
![Console Gamma](assets/console-gamma.png)
<figcaption></figcaption>
</figure>

=== "Part of IV Tweaker"
!!! warning ""
Expand Down

0 comments on commit 431a828

Please sign in to comment.