From 4db1ebe0fbe737fa773542d51f3c33144f4ddc95 Mon Sep 17 00:00:00 2001 From: Patrick Unick Date: Thu, 13 Feb 2025 23:43:52 -0800 Subject: [PATCH] [uni] update release.yml --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f28c90..8cf6cde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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