From 7ae5ba6a27e3121c093734b3ec739684778c58f9 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Sun, 18 Jan 2026 17:55:03 +0800 Subject: ci(semifold): use release path --- .github/workflows/semifold-ci.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to '.github/workflows/semifold-ci.yaml') diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index 3413b7d..db863c1 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -6,6 +6,7 @@ on: branches: [main] env: + CARGO_TERM_COLOR: always CLICOLOR_FORCE: 1 permissions: @@ -135,9 +136,8 @@ jobs: with: name: dropout-linux-${{ matrix.wayland && 'arch' || 'ubuntu' }}-${{ steps.slug.outputs.sha8 }} path: | - target/debug/bundle/appimage/*.AppImage - target/debug/bundle/deb/*.deb - target/debug/dropout + target/release/bundle/appimage/*.AppImage + target/release/bundle/deb/*.deb retention-days: 1 - name: Upload Artifact (Windows) @@ -146,9 +146,8 @@ jobs: with: name: dropout-windows-${{ steps.slug.outputs.sha8 }} path: | - target/debug/bundle/msi/*.msi - target/debug/bundle/nsis/*.exe - target/debug/dropout.exe + target/release/bundle/msi/*.msi + target/release/bundle/nsis/*.exe retention-days: 1 - name: Upload Artifact (macOS) @@ -157,8 +156,8 @@ jobs: with: name: dropout-macos-${{ steps.slug.outputs.sha8 }} path: | - target/debug/bundle/dmg/*.dmg - target/debug/bundle/macos/DropOut.app + target/release/bundle/dmg/*.dmg + target/release/bundle/macos/DropOut.app retention-days: 1 release: -- cgit v1.2.3-70-g09d2