Skip to content

Commit

Permalink
Fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Jun 7, 2023
1 parent 0748181 commit 58547e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nexus-mods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: wget "https://github.com/hmlendea/stellaris-ui-star-names/releases/download/${{github.ref_name}}/ui-star-names_${GITHUB_REF:11}.zip" -O "release.zip"

- name: Upload
uses: hmlendea/nexusmods-update@v1.0.0
uses: hmlendea/nexusmods-update@latest
with:
account_email_address: ${{secrets.NEXUS_UPLOADER_USERNAME}}
account_password: ${{secrets.NEXUS_UPLOADER_PASSWORD}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/steam-workshop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
env:
STEAM_USERNAME: ${{secrets.STEAM_USERNAME}}
STEAM_PASSWORD: ${{secrets.STEAM_PASSWORD}}
STEAM_TFASEED: ${{secrets.STEAM_2FA_SEED}}
STEAM_2FASEED: ${{secrets.STEAM_2FA_SEED}}

0 comments on commit 58547e5

Please sign in to comment.