Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hluwa authored Jan 28, 2021
1 parent 2942bdc commit bd49c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
upload_url: '${{ steps.getReleaseUploadUrl.outputs.upload_url }}'
asset_path: '${{ github.workspace }}/build/distributions/PrivacyDog.tar'
asset_name: 'PrivacyDog-${{ github.ref }}-RELEASE.tar'
asset_name: 'PrivacyDog-${{ steps.getVersion.outputs.VERSION }}-RELEASE.tar'
asset_content_type: application/octet-stream


Expand All @@ -69,5 +69,5 @@ jobs:
with:
upload_url: '${{ steps.getReleaseUploadUrl.outputs.upload_url }}'
asset_path: '${{ github.workspace }}/build/distributions/PrivacyDog.zip'
asset_name: 'PrivacyDog-${{ github.ref }}-RELEASE.zip'
asset_name: 'PrivacyDog-${{ steps.getVersion.outputs.VERSION }}-RELEASE.zip'
asset_content_type: application/octet-stream

0 comments on commit bd49c2d

Please sign in to comment.