Skip to content

Commit

Permalink
Merge pull request #20 from hmlendea/workflow
Browse files Browse the repository at this point in the history
Switched to the `hmlendea/steam-workshop-update` GH Action
  • Loading branch information
hmlendea committed Dec 22, 2022
2 parents 43f50d8 + aabcbbc commit 0349704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/steam-workshop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Download the release asset
run: |
wget "https://github.com/hmlendea/stellaris-ui-flags/releases/download/${{github.ref_name}}/ui-flags_${GITHUB_REF:11}.zip" -O "release.zip"
unzip "release.zip" -d "release/"
- name: Upload
uses: Weilbyte/steam-workshop-upload@v1
uses: hmlendea/steam-workshop-update@v1.0.0
with:
appid: 281990
itemid: 1914541325
Expand All @@ -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_2FASEED}}

0 comments on commit 0349704

Please sign in to comment.