Skip to content

Commit

Permalink
Update keyfactor-extension-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joevanwanzeeleKF authored Apr 28, 2021
1 parent 649b6ef commit ed103e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keyfactor-extension-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
if: ${{ success() }}
run: |
md ${{ github.workspace }}\zip\Keyfactor
Compress-Archive -Path ${{ github.workspace }}\${{env.project_folder}}\bin\Release\*.dll,${{ github.workspace }}\${{env.project_folder}}\bin\Release\config.json -DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME.zip -Force
Compress-Archive -Path ${{ env.project_folder }}\bin\Release\*.dll, ${{ env.project_folder }}\bin\Release\config.json -DestinationPath zip\Keyfactor\$Env:REPO_NAME.zip -Force
- name: Upload Release Asset (x64)
if: ${{ success() }}
Expand Down

0 comments on commit ed103e3

Please sign in to comment.