Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag authored Feb 4, 2024
1 parent dc9246e commit af844c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fi
if [ "${{ matrix.os }}" = "windows-latest" ]; then
7z -r "$dir_name.zip" "$dir_name"
7z a "$dir_name.zip" "$dir_name"
echo "ASSET=$dir_name.zip" >> $GITHUB_ENV
else
tar -czf "$dir_name.tar.gz" "$dir_name"
Expand Down

0 comments on commit af844c6

Please sign in to comment.