Skip to content

Commit

Permalink
Try using the right folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoppedwumm committed Oct 7, 2024
1 parent 298d27a commit 081e41f
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 @@ -25,7 +25,7 @@ jobs:
run: npm install
- name: Setup Certificate
run: |
sudo security add-trusted-cert -d -r trustAsRoot -k /Library/Keychains/System.keychain dist/sign.cer
sudo security add-trusted-cert -d -r trustAsRoot -k /Library/Keychains/System.keychain binaries/sign.cer
- name: Build
run: npm run build
- name: Rename
Expand Down

0 comments on commit 081e41f

Please sign in to comment.