Skip to content

Commit d905f05

Browse files
committed
ci: fix release build target expansion on windows
1 parent 6b3aea2 commit d905f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
${{ runner.os }}-cargo-
102102
103103
- name: Build release
104-
run: cargo build --release --target $TARGET
104+
run: cargo build --release --target ${{ matrix.target }}
105105

106106
- name: Package artifact (Linux)
107107
if: matrix.archive == 'tar.gz'

0 commit comments

Comments
 (0)