Skip to content

Commit

Permalink
changed yml actions to buld MUSL versions for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dandyvica committed Feb 16, 2025
1 parent df9a6fd commit c2b28be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
name: dqy-x86_64-unknown-linux-musl
if-no-files-found: ignore
path: |
target/x86_64-unknown-linux-musl/release
target/x86_64-unknown-linux-musl/release/dqy
- name: Archive compilation target for Ubuntu musl aarch64
uses: actions/upload-artifact@v4
with:
name: dqy-aarch64-unknown-linux-musl.zip
name: dqy-aarch64-unknown-linux-musl
if-no-files-found: ignore
path: |
target/aarch64-unknown-linux-musl/release
target/aarch64-unknown-linux-musl/release/dqy
# build_x86_musl:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit c2b28be

Please sign in to comment.