Skip to content

Commit

Permalink
Fix release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Nov 20, 2022
1 parent 859b52a commit ad614cd
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 @@ -208,7 +208,7 @@ jobs:
cd NotepadNext-Windows-Qt5.15.2-Zip/
zip -r ../NotepadNext-${{ github.ref_name }}.zip .
cd ..
gh release upload NotepadNext-${{ github.ref_name }}.zip
gh release upload ${{ github.ref_name }} NotepadNext-${{ github.ref_name }}.zip
- name: Upload Linux AppImage
run: |
Expand Down

0 comments on commit ad614cd

Please sign in to comment.