We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e21d92 commit 38dd9e1Copy full SHA for 38dd9e1
.github/workflows/continuous-integration-workflow.yml
@@ -57,6 +57,7 @@ jobs:
57
upload_url: ${{ steps.create_release.outputs.upload_url }}
58
asset_path: ./src/Kevsoft.PDFtk/bin/Release/*.nupkg
59
asset_name: NuGet Package
60
+ asset_content_type: application/zip
61
- name: Upload Release Asset
62
if: ${{ env.RUN_DEPLOY }}
63
uses: actions/upload-release-asset@v1
@@ -66,3 +67,4 @@ jobs:
66
67
68
asset_path: ./src/Kevsoft.PDFtk/bin/Release/*.snupkg
69
asset_name: Symbol Packages
70
0 commit comments