We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a0d39 commit e73da94Copy full SHA for e73da94
.github/workflows/release-steam-windows.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Restore config.vdf
27
env:
28
CONFIG_VDF: ${{ secrets.CONFIG_VDF }}
29
- run: echo $CONFIG_VDF | base64 --decode > Steam/steamcmd/config/config.vdf
+ run: echo $CONFIG_VDF | base64 -di > Steam/steamcmd/config/config.vdf
30
shell: bash
31
32
- name: Deploy to Steam
0 commit comments