Skip to content

Commit

Permalink
Update build path
Browse files Browse the repository at this point in the history
  • Loading branch information
guibeira committed Nov 29, 2024
1 parent f2cb241 commit 18a64dc
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 @@ -50,7 +50,7 @@ jobs:
- name: Compress Secret Santa.app
if: matrix.os == 'macos-latest'
run: |
zip -r "Secret Santa.app.zip" "/target/release/bundle/osx/Secret Santa.app"
zip -r "Secret Santa.app.zip" "target/release/bundle/osx/Secret Santa.app"
- name: Upload artifact for macOS
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 18a64dc

Please sign in to comment.