Skip to content

Commit 38dd9e1

Browse files
committed
setting asset_content_type: application/zip
1 parent 6e21d92 commit 38dd9e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
upload_url: ${{ steps.create_release.outputs.upload_url }}
5858
asset_path: ./src/Kevsoft.PDFtk/bin/Release/*.nupkg
5959
asset_name: NuGet Package
60+
asset_content_type: application/zip
6061
- name: Upload Release Asset
6162
if: ${{ env.RUN_DEPLOY }}
6263
uses: actions/upload-release-asset@v1
@@ -66,3 +67,4 @@ jobs:
6667
upload_url: ${{ steps.create_release.outputs.upload_url }}
6768
asset_path: ./src/Kevsoft.PDFtk/bin/Release/*.snupkg
6869
asset_name: Symbol Packages
70+
asset_content_type: application/zip

0 commit comments

Comments
 (0)