Skip to content

Commit

Permalink
CI - Fix action-gh-release
Browse files Browse the repository at this point in the history
Wrong name was used
  • Loading branch information
jonpas committed Oct 17, 2023
1 parent 096230f commit 174a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
- name: Upload to GitHub
id: github_release
uses: actions/action-gh-release@v1
uses: softprops/action-gh-release@v1
with:
draft: true
files: acre2_${{ needs.build.outputs.VERSION }}.zip
Expand Down

0 comments on commit 174a806

Please sign in to comment.