Skip to content

Commit

Permalink
tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dagit committed Nov 4, 2022
1 parent 71272db commit 17ff12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./annelid-x86_64.AppImage/annelid-0.1.0-x86_64.AppImage
asset_name: annelid-${{ steps.tag_date.outputs.TAG_NAME }}-x86_64.AppImage
asset_name: annelid-${{ steps.tag_date.outputs.TAG_NAME }}-x86_64-linux.AppImage
asset_content_type: application/octet-stream
- uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 17ff12a

Please sign in to comment.