Skip to content

Commit

Permalink
Resort to temporary action in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Jun 8, 2024
1 parent 0ff588a commit a1ee379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
rm BugslayerUtilG.zip
- name: Update in Gothic 1 Steam workshop
if: startsWith(github.ref, 'refs/tags/')
uses: m00nl1ght-dev/steam-workshop-deploy@v1
uses: szapp/steam-workshop-deploy@v1
with:
username: ${{ secrets.STEAM_USERNAME }}
configVdf: ${{ secrets.STEAM_CONFIG_VDF }}
Expand All @@ -205,7 +205,7 @@ jobs:
https://github.com/szapp/Ninja/wiki/Changelog#${{ env.CHANGELOGID }}
- name: Update in Gothic 2 Steam workshop
if: startsWith(github.ref, 'refs/tags/')
uses: m00nl1ght-dev/steam-workshop-deploy@v1
uses: szapp/steam-workshop-deploy@v1
with:
username: ${{ secrets.STEAM_USERNAME }}
configVdf: ${{ secrets.STEAM_CONFIG_VDF }}
Expand Down

0 comments on commit a1ee379

Please # to comment.