We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6b943 commit 29022cbCopy full SHA for 29022cb
1 file changed
.github/workflows/steam.yml
@@ -251,4 +251,4 @@ jobs:
251
steam_username: ${{ secrets.STEAM_USERNAME }}
252
steam_password: ${{ secrets.STEAM_PASSWORD }}
253
steam_shared_secret: ${{ secrets.STEAM_SHARED_SECRET }}
254
- steam_branch: ${{ github.ref == 'refs/heads/dev' && 'dev' || 'latest' }}
+ steam_branch: ${{ github.ref == 'refs/heads/dev' && 'development' || 'latest' }}
0 commit comments