Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Dec 10, 2023
1 parent 43e993e commit b815bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
CARGO_PROFILE_RELEASE_STRIP: true
run: |
cargo build --release --package maa-cli \
${{ matrix.arch != 'x86_64' && "--features git2/vendored-openssl,reqwest/native-tls-vendored" || "" }}
${{ matrix.arch != 'x86_64' && '--features git2/vendored-openssl,reqwest/native-tls-vendored' || '' }}
- name: Tar Artifact
run: |
tar -cvf "$CARGO_BUILD_TARGET.tar" -C "target/$CARGO_BUILD_TARGET/release" maa
Expand Down

0 comments on commit b815bd2

Please sign in to comment.