Skip to content

Commit

Permalink
ci: Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Venatum committed Oct 19, 2023
1 parent cbf4b84 commit 542f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./dist/${{ github.event.repository.name }}-${{ github.event.release.tag_name }}_integration.zip
asset_name: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}.zip
asset_name: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}_integration.zip
asset_content_type: application/zip

0 comments on commit 542f588

Please sign in to comment.