Skip to content

Commit

Permalink
[uni] update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snowfoxsh authored Feb 14, 2025
1 parent 3c3c63c commit 4db1ebe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
run: |
cargo build --release --no-default-features --features portable --bin aplang
mv target/release/aplang target/release/aplang-portable
run: cargo build --release --no-default-features --features portable --bin aplang

- name: Upload build artifact
uses: actions/upload-artifact@v4.6.0
Expand All @@ -78,7 +76,10 @@ jobs:
uses: actions/checkout@v4

- name: Build
run: cargo build --release --no-default-features --features portable --bin aplang
run: |
cargo build --release --no-default-features --features portable --bin aplang
mv target/release/aplang target/release/aplang-portable
- name: Upload build artifact
uses: actions/upload-artifact@v4.6.0
Expand Down

0 comments on commit 4db1ebe

Please # to comment.