Skip to content

Commit

Permalink
Fix variable names for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Nov 18, 2020
1 parent dccdbd2 commit e564b8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e564b8f

Please sign in to comment.