From e564b8f26c7e355e82a5dbb9772231c74c5adbea Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Wed, 18 Nov 2020 11:00:21 +0100 Subject: [PATCH] Fix variable names for Windows --- .github/workflows/publish_windows.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_windows.yml b/.github/workflows/publish_windows.yml index fd4d6a2a..fc1a07f8 100644 --- a/.github/workflows/publish_windows.yml +++ b/.github/workflows/publish_windows.yml @@ -18,6 +18,7 @@ jobs: with: github_token: ${{ secrets.GH_TOKEN }} use_vue_cli: true - mac_certs: ${{ secrets.windows_certs }} - mac_certs_password: ${{ secrets.windows_certs_password }} + windows_certs: ${{ secrets.windows_certs }} + windows_certs_password: ${{ secrets.windows_certs_password }} release: true +