Skip to content

Commit

Permalink
EDD-4: Adds certs to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Jun 9, 2023
1 parent 0a5a0f4 commit 48834f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,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') }}

mac_certs: ${{ secrets.MAC_CERTS }}
mac_certs_password: ${{ secrets.MAC_CERTS_PASSWORD }}
windows_certs: ${{ secrets.WINDOWS_CERTS }}
windows_certs_password: ${{ secrets.WINDOWS_CERTS_PASSWORD }}

0 comments on commit 48834f6

Please sign in to comment.