File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments