Skip to content

Commit 52873d8

Browse files
Merge pull request #119 from fibonacci1729/wac-cli-gh
move wac binary to wac-cli for release
2 parents 649988d + 672f1c2 commit 52873d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
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
@@ -93,9 +93,9 @@ jobs:
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

0 commit comments

Comments
 (0)