Skip to content

Commit

Permalink
add cert env
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier-LB committed Sep 16, 2024
1 parent 04fb518 commit efbbcd7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ jobs:

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

# mac certification
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}

0 comments on commit efbbcd7

Please sign in to comment.