Skip to content

Commit bd3c9e0

Browse files
Replace invalid job name
1 parent 8696511 commit bd3c9e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e-build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
security import certificate.p12 -k build.keychain -P "$CERTIFICATE_PASSWORD" -T /usr/bin/codesign
8787
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "$CERTIFICATE_PASSWORD" build.keychain
8888
89-
- name: ${{ BUILD_COMMAND }} macOS arm64
89+
- name: build macOS arm64
9090
if: matrix.platform == 'macos-latest'
9191
env:
9292
NODE_OPTIONS: '--max_old_space_size=8192'
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
npm run ${BUILD_COMMAND}
102102
103-
- name: ${{ BUILD_COMMAND }} macOS x86_64
103+
- name: build macOS x86_64
104104
if: matrix.platform == 'macos-13'
105105
env:
106106
NODE_OPTIONS: '--max_old_space_size=8192'
@@ -160,7 +160,7 @@ jobs:
160160
161161
"sign-tool=$toolPath" >> ${env:GITHUB_OUTPUT}
162162
163-
- name: ${{ BUILD_COMMAND }} Windows
163+
- name: build Windows
164164
if: matrix.platform == 'windows-latest'
165165
env:
166166
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -175,7 +175,7 @@ jobs:
175175
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
176176
run: npm run ${BUILD_COMMAND}
177177

178-
- name: ${{ BUILD_COMMAND }} Linux
178+
- name: build Linux
179179
if: matrix.platform == 'ubuntu-latest'
180180
env:
181181
NODE_OPTIONS: '--max_old_space_size=8192'

0 commit comments

Comments
 (0)