mirror of
https://github.com/bitwarden/browser
synced 2025-01-05 23:20:31 +01:00
adding in missing mime types
This commit is contained in:
parent
44e134b6de
commit
180752fd83
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -302,6 +302,7 @@ jobs:
|
||||
upload_url: ${{ needs.setup.outputs.release_upload_url }}
|
||||
asset_name: bw_${{ env.PACKAGE_VERSION }}_amd64.snap
|
||||
asset_path: ./dist/snap/bw_${{ env.PACKAGE_VERSION }}_amd64.snap
|
||||
asset_content_type: application
|
||||
|
||||
- name: Upload snap checksum release asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
@ -311,3 +312,4 @@ jobs:
|
||||
upload_url: ${{ needs.setup.outputs.release_upload_url }}
|
||||
asset_name: bw-snap-sha256-${{ env.PACKAGE_VERSION }}.txt
|
||||
asset_path: ./dist/snap/bw-snap-sha256-${{ env.PACKAGE_VERSION }}.txt
|
||||
asset_content_type: plain/text
|
||||
|
Loading…
Reference in New Issue
Block a user