Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
MostlyEmre committed Jun 21, 2024
1 parent 8c020cd commit 588b1bd
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 @@ -45,8 +45,8 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/sourpatch-${{ github.ref }}.zip
asset_name: sourpatch-${{ github.ref }}.zip
asset_path: dist/sourpatch-${{ github.ref | sed 's/refs\/tags\///' }}.zip
asset_name: sourpatch-${{ github.ref | sed 's/refs\/tags\///' }}.zip
asset_content_type: application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 588b1bd

Please sign in to comment.