Skip to content

Commit

Permalink
Update publishBranchToSteam.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-Murphy authored Oct 8, 2024
1 parent ee233e2 commit 28f7179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishBranchToSteam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout the code
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0

- name: Increment version locally
run: chmod +x ./tools/incrementVersion.js &&
Expand All @@ -37,7 +37,7 @@ jobs:
path: A3A

- name: Publish to Steam Workshop
uses: arma-actions/workshop-upload@v1
uses: arma-actions/workshop-upload@v1.0.2
with:
appId: '107410' # default
itemId: ${{ secrets.WORKSHOPID }} # https://steamcommunity.com/sharedfiles/filedetails/?id=[...]]
Expand Down

0 comments on commit 28f7179

Please sign in to comment.