mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
adding in missing mime types
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user