File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 env :
4949 GH_TOKEN : ${{ secrets.GH_TOKEN }}
5050
51- - name : Upload artifact
51+ - name : Upload artifacts
5252 uses : actions/upload-artifact@v4
5353 with :
5454 name : ' linux-artifacts-signed'
9797 APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
9898 APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
9999
100- - name : Upload artifact - SIGNED
100+ - name : Upload artifacts
101101 uses : actions/upload-artifact@v4
102102 with :
103103 name : ' macos-artifacts-signed'
@@ -152,7 +152,7 @@ jobs:
152152 SM_CLIENT_CERT_FILE_B64 : ${{ secrets.SM_CLIENT_CERT_FILE_B64 }}
153153 SM_CODE_SIGNING_CERT_SHA1_HASH : ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }}
154154
155- - name : Upload artifact - SIGNED
155+ - name : Upload artifacts
156156 uses : actions/upload-artifact@v4
157157 with :
158158 name : ' windows-artifacts-signed'
Original file line number Diff line number Diff line change 4040 - name : Build
4141 run : npm run package
4242
43- - name : Publish artifact - GUI - UNSIGNED
43+ - name : Upload artifacts
4444 uses : actions/upload-artifact@v4
4545 with :
4646 name : ' linux-artifacts-unsigned'
7272 - name : Build
7373 run : npm run package
7474
75- - name : Publish artifact - GUI - UNSIGNED
75+ - name : Upload artifacts
7676 uses : actions/upload-artifact@v4
7777 with :
7878 name : ' macos-artifacts-unsigned'
@@ -105,7 +105,7 @@ jobs:
105105 - name : Build
106106 run : npm run package
107107
108- - name : Publish artifact - GUI - UNSIGNED
108+ - name : Upload artifacts
109109 uses : actions/upload-artifact@v4
110110 with :
111111 name : ' windows-artifacts-unsigned'
You can’t perform that action at this time.
0 commit comments