Skip to content

Commit

Permalink
Fix: win 32 release on package step (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Rusko124 <[email protected]>
  • Loading branch information
rusko124 and rusko124 authored Nov 10, 2023
1 parent 42c4bea commit f5b5226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
shell: bash
run: |
cd target/${{ matrix.target }}/release
if [[ "${{ matrix.build }}" == "windows" ]]; then
if [[ "${{ matrix.build }}" == windows* ]]; then
zip ../../../screenly-cli-${{ matrix.target }}.zip screenly.exe
else
tar czvf ../../../screenly-cli-${{ matrix.target }}.tar.gz screenly
Expand Down

0 comments on commit f5b5226

Please sign in to comment.