File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,26 +34,26 @@ jobs:
34
34
node-version : 16
35
35
cache : npm
36
36
37
- - name : Codesign setup for Windows
38
- # if: matrix.os == 'windows-latest' && startsWith(github.ref, 'refs/tags/')
39
- id : write_file
40
-
41
- with :
42
- fileName : " win-cert.p12"
43
- encodedString : ${{ secrets.WINDOWS_CERTIFICATE_P12 }}
37
+ # - name: Codesign setup for Windows
38
+ # #if: matrix.os == 'windows-latest' && startsWith(github.ref, 'refs/tags/')
39
+ # id: write_file
40
+ # uses: timheuer/[email protected]
41
+ # with:
42
+ # fileName: "win-cert.p12"
43
+ # encodedString: ${{ secrets.WINDOWS_CERTIFICATE_P12 }}
44
44
45
45
- name : Build
46
46
run : |
47
- $env:CSC_LINK="${{ steps.write_file.outputs.filePath }}"
47
+ # $env:CSC_LINK="${{ steps.write_file.outputs.filePath }}"
48
48
npm install --save-dev cross-env
49
49
npm install
50
50
npm run pack
51
51
npm run dist:draft
52
52
53
53
- name : Publish
54
54
continue-on-error : true
55
- if : " contains(github.event.head_commit.message, '[publish]')"
56
55
# if: (github.event_name == 'release') # or values = 'push' or 'pull_request'
56
+ if : " contains(github.event.head_commit.message, '[publish]')"
57
57
run : |
58
58
$env:CSC_LINK="${{ steps.write_file.outputs.filePath }}"
59
59
npm run dist
You can’t perform that action at this time.
0 commit comments