File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 if : ${{ matrix.cross }}
5555 - run : cross build --release --target ${{ matrix.rust-target }} --features native-tls-vendored
5656 if : ${{ matrix.cross }}
57- - run : mv ./target/${{ matrix.rust-target }}/release/wac-cli .exe ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }}
57+ - run : mv ./target/${{ matrix.rust-target }}/release/wac.exe ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }}
5858 if : matrix.os == 'windows-latest'
59- - run : mv ./target/${{ matrix.rust-target }}/release/wac-cli ./target/${{ matrix.rust-target }}/release/wac-${{ matrix.rust-target }}
59+ - run : mv ./target/${{ matrix.rust-target }}/release/wac ./target/${{ matrix.rust-target }}/release/wac-cli -${{ matrix.rust-target }}
6060 if : matrix.os != 'windows-latest'
6161 - name : Login GH CLI
6262 shell : bash
9393 if : ${{ matrix.cross }}
9494 - run : cross build --release --target ${{ matrix.rust-target }} --features native-tls-vendored
9595 if : ${{ matrix.cross }}
96- - run : mv ./target/${{ matrix.rust-target }}/release/wac-cli .exe ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }}
96+ - run : mv ./target/${{ matrix.rust-target }}/release/wac.exe ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }}
9797 if : matrix.os == 'windows-latest'
98- - run : mv ./target/${{ matrix.rust-target }}/release/wac-cli ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }}
98+ - run : mv ./target/${{ matrix.rust-target }}/release/wac ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }}
9999 if : matrix.os != 'windows-latest'
100100 - name : Login GH CLI
101101 shell : bash
You can’t perform that action at this time.
0 commit comments