Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Oct 31, 2024
1 parent 48b8bbf commit d47b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# Codesigning is handled by the universal workflow!
- name: Codesign and notarize
run: 'NOTARIZE="no" ./github/workflows/scripts/mac/sign-apps.sh'
run: 'NOTARIZE="no" .github/workflows/scripts/mac/sign-apps.sh'

- name: 'Tar files'
run: 'tar -cvf cboe-macos-universal-${{matrix.configuration}}.tar "build/Blades of Exile"'
Expand Down

0 comments on commit d47b37d

Please sign in to comment.