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 8f90c99 commit 97e83daCopy full SHA for 97e83da
.github/workflows/keyfactor-extension-release.yml
@@ -113,8 +113,7 @@ jobs:
113
run: |
114
md ${{ github.workspace }}\zip\Keyfactor
115
Compress-Archive -Path `
116
- ${{ env.SOLUTION_FOLDER }}\${{ env.PROJECT_FOLDER }}\bin\Release\netcoreapp3.1\*, `
117
- ${{ env.SOLUTION_FOLDER }}\integration-manifest.json `
+ ${{ env.SOLUTION_FOLDER }}\${{ env.PROJECT_FOLDER }}\bin\Release\netcoreapp3.1\* `
118
-DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME.zip -Force
119
120
- name: Upload Release Asset (x64)
0 commit comments