Skip to content

Commit

Permalink
👷: Fix CI pipeline for windows publishing
Browse files Browse the repository at this point in the history
- After electron-builder bump, portable exe is
  generated with a different name
  • Loading branch information
manusa committed May 13, 2021
1 parent 3f1b857 commit c23dcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Upload zip
run: node .\utils\upload-artifact.js electronim-win-x64.zip application/zip
- name: Upload Portable exe
run: node .\utils\upload-artifact.js electronim-win.exe application/octet-stream
run: node .\utils\upload-artifact.js electronim-win-x64.exe application/octet-stream
- name: Chocolatey Push
run: |
powershell
Expand Down

0 comments on commit c23dcf6

Please sign in to comment.