From 52b2afbab0e9224367a00df5a0af06b707c408e4 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Sun, 18 Jan 2026 18:03:06 +0800 Subject: ci(semifold): add target to paths --- .github/workflows/semifold-ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows/semifold-ci.yaml') diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index db863c1..32f9ec9 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -136,8 +136,8 @@ jobs: with: name: dropout-linux-${{ matrix.wayland && 'arch' || 'ubuntu' }}-${{ steps.slug.outputs.sha8 }} path: | - target/release/bundle/appimage/*.AppImage - target/release/bundle/deb/*.deb + target/${{ matrix.target }}/release/bundle/appimage/*.AppImage + target/${{ matrix.target }}/release/bundle/deb/*.deb retention-days: 1 - name: Upload Artifact (Windows) @@ -146,8 +146,8 @@ jobs: with: name: dropout-windows-${{ steps.slug.outputs.sha8 }} path: | - target/release/bundle/msi/*.msi - target/release/bundle/nsis/*.exe + target/${{ matrix.target }}/release/bundle/msi/*.msi + target/${{ matrix.target }}/release/bundle/nsis/*.exe retention-days: 1 - name: Upload Artifact (macOS) @@ -156,8 +156,8 @@ jobs: with: name: dropout-macos-${{ steps.slug.outputs.sha8 }} path: | - target/release/bundle/dmg/*.dmg - target/release/bundle/macos/DropOut.app + target/${{ matrix.target }}/release/bundle/dmg/*.dmg + target/${{ matrix.target }}/release/bundle/macos/DropOut.app retention-days: 1 release: -- cgit v1.2.3-70-g09d2