Skip to content

Commit

Permalink
♻️ Rename windows label
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuGowda committed Oct 27, 2023
1 parent 196a5de commit 8b46af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-latest]
os: [macos-latest, desktop-build]

steps:
- name: Check out Git repository
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
# windows cert credentials
windows_certs: ${{ secrets.windows_certs }}
windows_certs_password: ${{ secrets.windows_certs_password }}

# windows cert credentials
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}
Expand Down

0 comments on commit 8b46af6

Please sign in to comment.