Skip to content

Commit 6688e52

Browse files
committed
Fix
1 parent 99fc954 commit 6688e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
bin: esdump-rs.exe
1717
target: x86_64-pc-windows-msvc
1818
name: cargo build
19-
runs-on: ${{ matrix.platform }}
19+
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: dtolnay/rust-toolchain@stable
@@ -29,6 +29,6 @@ jobs:
2929
- name: Upload build artifacts
3030
uses: actions/upload-artifact@v4
3131
with:
32-
name: ${{ matrix.platform }}
32+
name: ${{ matrix.os }}
3333
path: ${{ matrix.target }}
3434
retention-days: 1

0 commit comments

Comments
 (0)