Skip to content

Commit a58f2c4

Browse files
committed
fix(ci): fix release CLI
1 parent b6d03cb commit a58f2c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- uses: actions-rs/toolchain@v1
25+
with:
26+
toolchain: stable
27+
override: true
2528

2629
- name: Cargo login
2730
run: cargo login ${{ secrets.CARGO_API_TOKEN }}
@@ -61,6 +64,8 @@ jobs:
6164
if: matrix.caie
6265
run: cargo build --no-default-features --profile prod --target ${{ matrix.target }} -p cambridge-asm-cli
6366

67+
- run: mkdir release
68+
6469
- name: Zip
6570
if: ${{ !contains(matrix.target, 'windows') }}
6671
run: zip -j release/cambridge-asm-${{ matrix.target }} target/${{ matrix.target }}/prod/casm README.md LICENSE

0 commit comments

Comments
 (0)