Skip to content

Commit

Permalink
Fix release Action
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Oct 3, 2024
1 parent 789de98 commit 35130f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
# Upload to GitHub
- uses: softprops/action-gh-release@v1
with:
files: 'releases/ArmaForces_MissionFramework_${{ env.VERSION }}.zip'
files: 'releases/afmf-${{ env.VERSION }}-*.zip'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Upload to Steam Workshop
- uses: arma-actions/workshop-upload@v1
with:
itemId: '2377030287' # Id of item to update
contentPath: 'releases/${{ env.VERSION }}/@armaforces_mission_framework'
contentPath: '.hemttout/release'
changelog: 'https://github.com/ArmaForces/MissionFramework/releases/tag/v${{ env.VERSION }}'
env:
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
Expand Down

0 comments on commit 35130f9

Please sign in to comment.