Skip to content

Commit

Permalink
reinstate matrix, update Win version for running in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
lemccomb committed Aug 26, 2024
1 parent b0ae4b7 commit 4f2de5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
include:
- os: windows-latest
dir_command: gci -Recurse
zip_command_debug: Compress-Archive -Path ./published/debug/ -DestinationPath CoseSignTool-Windows-debug.zip
zip_command_release: Compress-Archive -Path ./published/release/ -DestinationPath CoseSignTool-Windows-release.zip
zip_command_debug: zip --quiet -r CoseSignTool-Windows-debug.zip ./published/debug/
zip_command_release: zip --quiet -r CoseSignTool-Windows-release.zip ./published/release/
find_zips: dir /s /b *.zip
- os: ubuntu-latest
dir_command: ls -a -R
Expand Down Expand Up @@ -86,8 +86,8 @@ jobs:
done
echo "**** Create zip files for $tag ****"
zip --quiet -r CoseSignTool-Linux-debug.zip ./published/debug/
zip --quiet -r CoseSignTool-Linux-release.zip ./published/release/
${{ matrix.zip_command_debug }}
${{ matrix.zip_command_release }}
find . -type f -name "*.zip"
echo "**** Upload zip files to GitHub ****"
Expand Down

0 comments on commit 4f2de5f

Please sign in to comment.