mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 15:30:28 +01:00
workflow: Make RELEASE.md more verbose
This commit is contained in:
parent
3417b529b5
commit
57a14b419e
4
.github/workflows/build_release.yaml
vendored
4
.github/workflows/build_release.yaml
vendored
|
|
@ -63,6 +63,10 @@ jobs:
|
|||
/DVERSION=${{ env.RELEASE_VERSION }}
|
||||
/DBUILD_DIR=../${{ env.RELEASE_NAME }}-${{ env.RELEASE_VERSION }}
|
||||
/DOUTPUT_FILE=../${{ env.RELEASE_NAME }}-${{ env.RELEASE_VERSION }}-setup.exe
|
||||
- name: Update version in RELEASE.md
|
||||
shell: bash
|
||||
run: |
|
||||
sed -i 's|#{GIT_TAG_NAME}|${{ env.RELEASE_VERSION }}|g' RELEASE.md
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.RELEASE_VERSION }}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
[**READ IF PLAYING ONLINE GAMES AND/OR GAMES THAT HAVE ANTI-CHEAT ENABLED**](https://steam-deck-tools.ayufan.dev/#anti-cheat-and-antivirus-software)
|
||||
|
||||
## Latest
|
||||
## #{GIT_TAG_NAME}
|
||||
|
||||
- PowerControl: Add `3 dots + L1 + R1` to reset current resolution
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue