Skip to content

Commit 096f476

Browse files
committed
Added vespakoen sign action
1 parent e2144fc commit 096f476

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/workflows/release.yaml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
job:
13-
- os: ubuntu-latest
14-
target: x86_64-unknown-linux-gnu
15-
- os: ubuntu-latest
16-
target: x86_64-unknown-linux-musl
17-
use-cross: true
18-
- os: macos-latest
19-
target: x86_64-apple-darwin
13+
# - os: ubuntu-latest
14+
# target: x86_64-unknown-linux-gnu
15+
# - os: ubuntu-latest
16+
# target: x86_64-unknown-linux-musl
17+
# use-cross: true
18+
# - os: macos-latest
19+
# target: x86_64-apple-darwin
2020
- os: windows-latest
2121
target: x86_64-pc-windows-msvc
2222
steps:
@@ -41,6 +41,14 @@ jobs:
4141
else
4242
cp "target/${{ matrix.job.target }}/release/stackmuncher" stackmuncher-${{ matrix.job.target }}
4343
fi
44+
45+
- name: Sign
46+
uses: vespakoen/code-sign-action@v1
47+
with:
48+
certificate: '${{ secrets.WIN_CERT_B64 }}'
49+
password: '${{ secrets.WIN_CERT_B64_P }}'
50+
folder: '.'
51+
recursive: false
4452

4553
- name: Publish
4654
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)