Skip to content

Commit

Permalink
fix release name and asset content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Cassette committed Jun 9, 2024
1 parent ce8f327 commit 0b7e5e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false

Expand All @@ -46,6 +46,7 @@ jobs:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./MEGAsync-x86_64.AppImage
asset_name: MEGAsync-x86_64.AppImage
asset_content_type: application/octet-stream

- name: Print URL
run: |
Expand Down

0 comments on commit 0b7e5e2

Please sign in to comment.