Skip to content

Commit 211ffd6

Browse files
committed
workflow
1 parent 61d3ca4 commit 211ffd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
path: eca-native-macos-aarch64.zip.sha256
292292
name: eca-native-macos-aarch64.zip.sha256
293293

294-
windows:
294+
windows-amd64:
295295
name: Build native Windows binary
296296
needs: [ build-jar]
297297
runs-on: windows-latest
@@ -370,7 +370,7 @@ jobs:
370370
release:
371371
name: Create Release
372372
environment: prod-release
373-
needs: [build-jar, linux-amd64, linux-amd64-static, linux-aarch64, macos-amd64, macos-aarch64, windows]
373+
needs: [build-jar, linux-amd64, linux-amd64-static, linux-aarch64, macos-amd64, macos-aarch64, windows-amd64]
374374
runs-on: ubuntu-22.04
375375
steps:
376376
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)