File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
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
20
20
- os : windows-latest
21
21
target : x86_64-pc-windows-msvc
22
22
steps :
41
41
else
42
42
cp "target/${{ matrix.job.target }}/release/stackmuncher" stackmuncher-${{ matrix.job.target }}
43
43
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
44
52
45
53
- name : Publish
46
54
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments