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 b6d03cb commit a58f2c4Copy full SHA for a58f2c4
.github/workflows/publish-cli.yml
@@ -22,6 +22,9 @@ jobs:
22
- uses: actions/checkout@v3
23
24
- uses: actions-rs/toolchain@v1
25
+ with:
26
+ toolchain: stable
27
+ override: true
28
29
- name: Cargo login
30
run: cargo login ${{ secrets.CARGO_API_TOKEN }}
@@ -61,6 +64,8 @@ jobs:
61
64
if: matrix.caie
62
65
run: cargo build --no-default-features --profile prod --target ${{ matrix.target }} -p cambridge-asm-cli
63
66
67
+ - run: mkdir release
68
+
69
- name: Zip
70
if: ${{ !contains(matrix.target, 'windows') }}
71
run: zip -j release/cambridge-asm-${{ matrix.target }} target/${{ matrix.target }}/prod/casm README.md LICENSE
0 commit comments