Skip to content

Commit

Permalink
fix release file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard authored Oct 24, 2023
1 parent f453c0a commit 33ead69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
files: |
\@${{needs.job_build_cpp.outputs.modName}}.zip
\@${{ steps.build.outputs.mod_name }}.zip

0 comments on commit 33ead69

Please sign in to comment.