Skip to content

Commit

Permalink
15
Browse files Browse the repository at this point in the history
  • Loading branch information
shiquda committed Dec 1, 2024
1 parent 7de7167 commit bc0c939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
wails build --platform ${{ matrix.build-platform }} -o ${{ matrix.executable-name }}
- name: Package macOS .app
if: runner.os == 'macos-latest'
if: runner.os == 'macOS'
run: |
cd build/bin
zip -r "${{ matrix.build-name }}.zip" "${{ matrix.build-name }}"
Expand Down

0 comments on commit bc0c939

Please sign in to comment.