Skip to content

Commit

Permalink
Use correct publishedfileid in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnologicNick committed Jun 4, 2022
1 parent 4c83dc6 commit b38f165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: arma-actions/workshop-upload@v1
with:
appId: '387990'
itemId: '2143988698' # Id of item to update
itemId: '2123222134' # Id of item to update
contentPath: 'dist'
changelog: "[b]${{ github.event.release.name }}[/b] (${{ github.event.release.tag_name }})\n\n${{ github.event.release.body }}\n\n${{ github.event.release.html_url }}"
env:
Expand Down

0 comments on commit b38f165

Please sign in to comment.