Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Nov 28, 2023
1 parent 48903e2 commit b3eab88
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 @@ -204,7 +204,7 @@ jobs:
for target in "${targets[@]}"; do
dir="maa_cli-$target"
tar -xvf "$dir.tar" -C "$dir"
tar -xvf "$dir/$target.tar" -C "$dir"
# use tar on linux and zip on other platforms
if [[ "$target" == *"linux"* ]]; then
archive_name="maa_cli-v$VERSION-$target.tar.gz"
Expand Down

0 comments on commit b3eab88

Please sign in to comment.