Skip to content

Commit 5d7c08f

Browse files
committed
Update published release
1 parent 2941f66 commit 5d7c08f

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.github/workflows/build_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: vimtor/action-zip@v1
5151
with:
5252
files: ${{ env.RELEASE_NAME }}-${{ env.RELEASE_VERSION }}
53-
dest: ${{ env.RELEASE_NAME }}-${{ env.RELEASE_VERSION }}.zip
53+
dest: ${{ env.RELEASE_NAME }}-${{ env.RELEASE_VERSION }}-portable.zip
5454
recursive: true
5555
- uses: vimtor/action-zip@v1
5656
with:

docs/updates/debug_setup.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<item>
3+
<version>0.5.33</version>
4+
<url>https://github.com/ayufan/steam-deck-tools/releases/download/0.5.33/SteamDeckTools-0.5.33-setup.exe</url>
5+
<changelog2>https://github.com/ayufan/steam-deck-tools/releases/tag/0.5.33</changelog2>
6+
<mandatory>false</mandatory>
7+
</item>

docs/updates/debug_zip.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>0.5.32</version>
4-
<url>https://github.com/ayufan/steam-deck-tools/releases/download/0.5.32/SteamDeckTools-0.5.32-debug.zip</url>
5-
<changelog2>https://github.com/ayufan/steam-deck-tools/releases/tag/0.5.32</changelog2>
3+
<version>0.5.33</version>
4+
<url>https://github.com/ayufan/steam-deck-tools/releases/download/0.5.33/SteamDeckTools-0.5.33-debug.zip</url>
5+
<changelog2>https://github.com/ayufan/steam-deck-tools/releases/tag/0.5.33</changelog2>
66
<mandatory>false</mandatory>
77
</item>

docs/updates/release_setup.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<item>
3+
<version>0.5.33</version>
4+
<url>https://github.com/ayufan/steam-deck-tools/releases/download/0.5.33/SteamDeckTools-0.5.33-setup.exe</url>
5+
<changelog2>https://github.com/ayufan/steam-deck-tools/releases/tag/0.5.33</changelog2>
6+
<mandatory>false</mandatory>
7+
</item>

0 commit comments

Comments
 (0)