Skip to content

Commit

Permalink
Merge pull request #161 from Blakenator/staging
Browse files Browse the repository at this point in the history
Build fix
  • Loading branch information
Blakenator authored Nov 20, 2022
2 parents 643de36 + 784711e commit 93b649d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: true
mac_certs: ${{ secrets.certs }}
# mac_certs: ${{ secrets.certs }}
windows_certs: ${{ secrets.certs }}
linux_certs: ${{ secrets.certs }}
mac_certs_password: ${{ secrets.certs_password }}
# linux_certs: ${{ secrets.certs }}
# mac_certs_password: ${{ secrets.certs_password }}
windows_certs_password: ${{ secrets.certs_password }}
linux_certs_password: ${{ secrets.certs_password }}
# linux_certs_password: ${{ secrets.certs_password }}

0 comments on commit 93b649d

Please sign in to comment.