aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/trigger_release.yml
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-02-14 11:10:29 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2023-02-15 20:43:33 +0100
commit89c945ecc8de579e8f93ae302a7dabf4629e188f (patch)
treed30d222532d49f1a75c9fc8b3cf71c29de3c555a /.github/workflows/trigger_release.yml
parentc15962c6c1f2e461178dce09c88cd81c844fce71 (diff)
downloadPrismLauncher-89c945ecc8de579e8f93ae302a7dabf4629e188f.tar.gz
PrismLauncher-89c945ecc8de579e8f93ae302a7dabf4629e188f.tar.bz2
PrismLauncher-89c945ecc8de579e8f93ae302a7dabf4629e188f.zip
feat(ci): add Windows codesigning
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/workflows/trigger_release.yml')
-rw-r--r--.github/workflows/trigger_release.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml
index a2f89819..3c56a38e 100644
--- a/.github/workflows/trigger_release.yml
+++ b/.github/workflows/trigger_release.yml
@@ -15,6 +15,9 @@ jobs:
is_qt_cached: false
secrets:
SPARKLE_ED25519_KEY: ${{ secrets.SPARKLE_ED25519_KEY }}
+ WINDOWS_CODESIGN_CERT: ${{ secrets.WINDOWS_CODESIGN_CERT }}
+ WINDOWS_CODESIGN_PASSWORD: ${{ secrets.WINDOWS_CODESIGN_PASSWORD }}
+ CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
create_release:
needs: build_release