Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonicrahul committed Feb 18, 2024
1 parent 3d9c434 commit ecdcae4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
sudo apt-get update
sudo apt-get install wine
sudo apt-get install libwine
sudo apt install osslsigncode
- name: Install Wine32 with Multiarch
run: |
Expand All @@ -39,6 +40,14 @@ jobs:
- name: Build Electron App for Windows
run: electron-builder build --windows --publish never

- name: Sign EXE
run: |
osslsigncode sign \
-certs ${{ secrets.CODESIGN_CERT }} \
-key ${{ secrets.CODESIGN_KEY }} \
-in "dist/20-20-20-refresh Setup 1.0.0.exe" \
-out "dist/signed-20-20-20-refresh Setup 1.0.0.exe"
- name: Upload
uses: BetaHuhn/do-spaces-action@v2
with:
Expand Down
21 changes: 0 additions & 21 deletions license.md

This file was deleted.

0 comments on commit ecdcae4

Please sign in to comment.