Skip to content

Commit

Permalink
fix: Set right content type
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Oct 6, 2021
1 parent e957c34 commit b056977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ jobs:

- name: Upload assets to release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ matrix.asset_name }}.zip
asset_name: ${{ matrix.asset_name }}.zip
asset_content_type: application/gzip

0 comments on commit b056977

Please sign in to comment.