Skip to content

Commit

Permalink
Updated deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 8, 2023
1 parent c5c32b4 commit ba925d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ jobs:
case '${{ matrix.target }}' in
*-windows-*)
cp ../LICENSE "$ARCHIVE_NAME/LICENSE.txt"
cp ../LICENSE-APACHE "$ARCHIVE_NAME/LICENSE-APACHE.txt"
cp ../LICENSE-MIT "$ARCHIVE_NAME/LICENSE-MIT.txt"
cp rimage.exe "$ARCHIVE_NAME"
zip "${ARCHIVE_NAME}.zip" "$ARCHIVE_NAME"/*;;
*)
cp ../LICENSE "$ARCHIVE_NAME"
cp ../LICENSE-APACHE ../LICENSE-MIT "$ARCHIVE_NAME"
cp rimage "$ARCHIVE_NAME"
tar -vczf "${ARCHIVE_NAME}.tar.gz" "$ARCHIVE_NAME"/*;;
esac
Expand Down

0 comments on commit ba925d9

Please sign in to comment.