Skip to content

Commit 2bcace4

Browse files
committed
fix release workflow
1 parent f4a33b8 commit 2bcace4

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
@@ -64,10 +64,10 @@ jobs:
6464
- name: Install target
6565
run: rustup target add ${{matrix.target}}
6666
- name: Build
67-
run: cargo build --bin uiua --features ${{matrix.features}} --release --target ${{matrix.target}}${{matrix.name}} --verbose
67+
run: cargo build --bin uiua --features ${{matrix.features}} --release --target ${{matrix.target}} --verbose
6868

6969
- name: Zip
70-
run: 7z a -tzip uiua-bin-${{matrix.target}}${{matrix.name}}.zip ./target/${{matrix.target}}${{matrix.name}}/release/uiua${{env.BINARY_EXT}}
70+
run: 7z a -tzip uiua-bin-${{matrix.target}}${{matrix.name}}.zip ./target/${{matrix.target}}/release/uiua${{env.BINARY_EXT}}
7171

7272
- name: Upload release assets
7373
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)