Skip to content

Commit 2da8836

Browse files
committed
minor fixes
1 parent 1a9424c commit 2da8836

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
name: identme.x86.exe
2222
path: cli/MinSizeRel/identme.exe
23-
x64:
23+
win-x64:
2424
runs-on: windows-latest
2525
steps:
2626
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
name: identme.x64.exe
3434
path: cli/MinSizeRel/identme.exe
35-
arm64:
35+
win-arm64:
3636
runs-on: windows-latest
3737
steps:
3838
- uses: actions/checkout@v3
@@ -45,7 +45,7 @@ jobs:
4545
name: identme.arm64.exe
4646
path: cli/MinSizeRel/identme.exe
4747
release:
48-
needs: [x86, x64, arm64]
48+
needs: [win-x86, win-x64, win-arm64]
4949
runs-on: ubuntu-latest
5050
steps:
5151
- id: create_release

0 commit comments

Comments
 (0)