Skip to content

Commit 322de84

Browse files
ci: better name for workflow steps
1 parent a5e9ecd commit 322de84

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-and-sign.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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'
@@ -97,7 +97,7 @@ jobs:
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'

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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'
@@ -72,7 +72,7 @@ jobs:
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'

0 commit comments

Comments
 (0)