Skip to content

Commit 90464fe

Browse files
committed
Fix Unpackaged Build Zip Action
1 parent b13a42f commit 90464fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unpackaged_app_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: dotnet build $env:Project_Path -c ${{ matrix.configuration }} -r win-${{ matrix.platform }} --self-contained /p:Platform=${{ matrix.platform }} /p:Version=${{steps.tag.outputs.tag}}
5252

5353
- name: Zip the build Output
54-
run: Compress-Archive -Path $env:Project_Directory\bin\${{ matrix.configuration }}\$env:Project_Sdk_Version\win-${{ matrix.platform }}\* -Destination ${{ github.workspace }}\WingetGUIInstaller_${{ matrix.platform }}_${{steps.tag.outputs.tag}}.zip
54+
run: Compress-Archive -Path $env:Project_Directory\bin\${{ matrix.configuration }}\$env:Project_Sdk_Version\* -Destination ${{ github.workspace }}\WingetGUIInstaller_${{ matrix.platform }}_${{steps.tag.outputs.tag}}.zip
5555

5656
- name: ShowFiles
5757
run: dir

0 commit comments

Comments
 (0)