Skip to content

Commit

Permalink
fix: git workflow assets v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
costaluu committed Sep 20, 2024
1 parent 28fa460 commit 81a85d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
# Zip only the linux, macos, and windows folders without the full path
cd $OUTPUT_DIR
zip flag-windows.zip windows/$BINARY_NAME.exe
zip flag-linux.zip linux/$BINARY_NAME
zip flag-macos.zip macos/$BINARY_NAME
zip -j flag-windows.zip windows/$BINARY_NAME.exe
zip -j flag-linux.zip linux/$BINARY_NAME
zip -j flag-macos.zip macos/$BINARY_NAME
- name: List contents of bin directory
run: |
Expand Down

0 comments on commit 81a85d9

Please sign in to comment.