Skip to content

Commit e73da94

Browse files
committed
Add ignore garbage flag when decoding base64 config.vdf for steam windows
1 parent f2a0d39 commit e73da94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-steam-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Restore config.vdf
2727
env:
2828
CONFIG_VDF: ${{ secrets.CONFIG_VDF }}
29-
run: echo $CONFIG_VDF | base64 --decode > Steam/steamcmd/config/config.vdf
29+
run: echo $CONFIG_VDF | base64 -di > Steam/steamcmd/config/config.vdf
3030
shell: bash
3131

3232
- name: Deploy to Steam

0 commit comments

Comments
 (0)