diff options
| author | 2026-01-18 17:55:03 +0800 | |
|---|---|---|
| committer | 2026-01-18 17:55:03 +0800 | |
| commit | 7ae5ba6a27e3121c093734b3ec739684778c58f9 (patch) | |
| tree | 4a4ac67ec30d7302638f3129c2e1f34854dcb1fd /.github/workflows | |
| parent | 8e903d97a5bba2d3e67996ba0b1ebe04e96d98ec (diff) | |
| download | DropOut-7ae5ba6a27e3121c093734b3ec739684778c58f9.tar.gz DropOut-7ae5ba6a27e3121c093734b3ec739684778c58f9.zip | |
ci(semifold): use release path
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 15 |
1 files changed, 7 insertions, 8 deletions
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: |