Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 1f3c1ef

Browse files
committed
CI: fix the release artifacts
1 parent edbe228 commit 1f3c1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
- name: Create the archives
322322
run: |
323323
for arch in x86_64 aarch64; do
324-
mv artifacts/target/${arch}-unknown-linux-musl/release/mas-cli dist/mas-cli
324+
mv artifacts/target/${arch}-unknown-linux-gnu/release/mas-cli dist/mas-cli
325325
chmod u=rwx,go=rx dist/mas-cli
326326
tar -czvf mas-cli-${arch}-linux.tar.gz --owner=0 --group=0 -C dist/ .
327327

0 commit comments

Comments
 (0)