From c3aac2278356556710cf7c0b8a31d53f20884b46 Mon Sep 17 00:00:00 2001 From: openbuilds-engineer Date: Fri, 26 Feb 2021 20:19:37 +0200 Subject: [PATCH] v1.0.288 --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb88345..944e893 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,6 @@ jobs: # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) github_token: ${{ secrets.github_token }} - - # 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') }} + windows_certs: ${{ secrets.WIN_CSC_LINK }} + windows_certs_password: ${{ secrets.WIN_CSC_PASSWORD }} release: true