Skip to content

Commit

Permalink
Merge pull request #14 from hmlendea/sw-workflow
Browse files Browse the repository at this point in the history
Fixed the Steam Workshop GH Actions workflow
  • Loading branch information
hmlendea committed Jun 6, 2023
2 parents a121e6e + 4b7d8cd commit 2aee026
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,19 +11,19 @@ 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-species-names/releases/download/${{github.ref_name}}/ui-species-names_${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: 2040234709
path: "release/"
path: "release/ui-species-names/"
changenote: "[url=https://github.com/hmlendea/stellaris-ui-species-names/releases/tag/${{github.ref_name}}]Version ${{github.ref_name}}[/url]"
env:
STEAM_USERNAME: ${{secrets.STEAM_USERNAME}}
Expand Down

0 comments on commit 2aee026

Please sign in to comment.