Skip to content

Commit 4d146d5

Browse files
Update keyfactor-extension-release.yml
1 parent ed103e3 commit 4d146d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/keyfactor-extension-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: ${{ success() }}
101101
run: |
102102
md ${{ github.workspace }}\zip\Keyfactor
103-
Compress-Archive -Path ${{ env.project_folder }}\bin\Release\*.dll, ${{ env.project_folder }}\bin\Release\config.json -DestinationPath zip\Keyfactor\$Env:REPO_NAME.zip -Force
103+
Compress-Archive -Path ${{ github.workspace }}\${{ env.project_folder }}\bin\Release\*.dll, ${{ github.workspace }}\${{ env.project_folder }}\bin\Release\*.json -DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME.zip -Force
104104
105105
- name: Upload Release Asset (x64)
106106
if: ${{ success() }}

0 commit comments

Comments
 (0)