Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sktryo authored Jun 29, 2024
1 parent b285846 commit cb129c0
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 @@ -34,7 +34,7 @@ jobs:
- name: Package binaries
run: |
cd build
zip -r my_project_binaries_linux.zip .
zip -r microscript_binaries_linux.zip .
- name: Upload release artifacts
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Package binaries
run: |
cd build
Compress-Archive -Path * -DestinationPath my_project_binaries_windows.zip
Compress-Archive -Path * -DestinationPath microscript_binaries_windows.zip
- name: Upload release artifacts
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Package binaries
run: |
cd build
zip -r my_project_binaries_macos.zip .
zip -r microscript_binaries_macos.zip .
- name: Upload release artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit cb129c0

Please sign in to comment.