Skip to content

Commit

Permalink
forgot the variabels...
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Aug 31, 2024
1 parent 4513998 commit 2dc67d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
env:
ENVIRONMENT: ${{ inputs.environment }}
- name: Deploy dev build to workshop
env:
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
if: ${{ inputs.environment == 'dev' }}
run: |
Copy-Item "resources\dev-payload.vdf" payload.vdf
Expand Down

0 comments on commit 2dc67d6

Please sign in to comment.