Skip to content

Commit

Permalink
release action fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
folivetti committed Jan 13, 2023
1 parent 5b7dea4 commit 657c8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: ${{ env.BINARY_PATH }}
asset_name: release-${{ steps.tag.outputs.tag }}-${{ runner.os }}-ghc-${{ matrix.ghc }}${{ env.EXT }}
asset_name: pandoc-symreg-${{ steps.tag.outputs.tag }}-${{ runner.os }}-ghc-${{ matrix.ghc }}${{ env.EXT }}
asset_content_type: application/octet-stream

0 comments on commit 657c8e5

Please sign in to comment.