File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ jobs:
64
64
- name : Install target
65
65
run : rustup target add ${{matrix.target}}
66
66
- 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
68
68
69
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}}
70
+ run : 7z a -tzip uiua-bin-${{matrix.target}}${{matrix.name}}.zip ./target/${{matrix.target}}/release/uiua${{env.BINARY_EXT}}
71
71
72
72
- name : Upload release assets
73
73
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments