We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a33b8 commit 2bcace4Copy full SHA for 2bcace4
1 file changed
.github/workflows/release.yml
@@ -64,10 +64,10 @@ jobs:
64
- name: Install target
65
run: rustup target add ${{matrix.target}}
66
- name: Build
67
- run: cargo build --bin uiua --features ${{matrix.features}} --release --target ${{matrix.target}}${{matrix.name}} --verbose
+ run: cargo build --bin uiua --features ${{matrix.features}} --release --target ${{matrix.target}} --verbose
68
69
- name: Zip
70
- run: 7z a -tzip uiua-bin-${{matrix.target}}${{matrix.name}}.zip ./target/${{matrix.target}}${{matrix.name}}/release/uiua${{env.BINARY_EXT}}
+ run: 7z a -tzip uiua-bin-${{matrix.target}}${{matrix.name}}.zip ./target/${{matrix.target}}/release/uiua${{env.BINARY_EXT}}
71
72
- name: Upload release assets
73
uses: softprops/action-gh-release@v1
0 commit comments