Skip to content

Commit c38f3e2

Browse files
committed
Update Archive Files step
1 parent 4dbb6ae commit c38f3e2

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
@@ -94,7 +94,7 @@ jobs:
9494
if: ${{ success() }}
9595
run: |
9696
md ${{ github.workspace }}\zip\Keyfactor
97-
Compress-Archive -Path ${{ github.workspace }}\PEMStoreSSH\bin\Release\*.dll,${{ github.workspace }}\PEMStoreSSH\bin\Release\config.json -DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME.zip -Force
97+
Compress-Archive -Path ${{ github.workspace }}\IISWithBindings\bin\Release\*.dll -DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME.zip -Force
9898
9999
- name: Upload Release Asset (x64)
100100
if: ${{ success() }}

0 commit comments

Comments
 (0)