Skip to content

Commit

Permalink
Add &&
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK authored Mar 10, 2022
1 parent b52018a commit b430591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_on_v_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: cargo build --release
- name: Build aarch64 Release Version CLI
if: ${{ matrix.ui == false && matrix.target == 'aarch64-apple-darwin'}}
run: rustup target add aarch64-apple-darwin && cargo build --release --target aarch64-apple-darwin ls target/aarch64-apple-darwin/release
run: rustup target add aarch64-apple-darwin && cargo build --release --target aarch64-apple-darwin && ls target/aarch64-apple-darwin/release
- name: Compress binaries
if: ${{ (matrix.os == 'windows-latest' || matrix.ui == false) && matrix.os != 'macos-latest' }}
uses: svenstaro/upx-action@v2
Expand Down

0 comments on commit b430591

Please sign in to comment.