Skip to content

Commit

Permalink
removing the release name in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hassani committed Mar 14, 2022
1 parent d843d27 commit b7e7eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/resources-${{ env.RELEASEVER }}.tar.gz
asset_name: resources-${{ env.RELEASEVER }}.tar.gz
asset_name: resources.tar.gz
asset_content_type: application/zip

0 comments on commit b7e7eb3

Please sign in to comment.