Skip to content

Commit

Permalink
Fix Mac ver uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
donn authored Sep 8, 2023
1 parent 28f9f41 commit a85cd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.NEW_TAG }}
body: |
body: >
Changelog: https://github.com/donn/nudelta/blob/main/Changelog.md
![Screencap](https://raw.githubusercontent.com/donn/nudelta/main/res/screencap.png)
Expand All @@ -156,6 +156,6 @@ jobs:
![Setting Linux execute permission with the GNOME File Browser](https://raw.githubusercontent.com/donn/nudelta/main/res/linux_exec_permission.png)
files: |
/tmp/nudelta-amd64.app.zip
/tmp/nudelta-universal.app.dmg
/tmp/nudelta-amd64.exe.zip
/tmp/nudelta-amd64.AppImage

0 comments on commit a85cd83

Please sign in to comment.