diff options
| author | 2026-01-18 18:03:06 +0800 | |
|---|---|---|
| committer | 2026-01-18 18:03:06 +0800 | |
| commit | 52b2afbab0e9224367a00df5a0af06b707c408e4 (patch) | |
| tree | 30819a8b8d2ce01b74c0a2534cc2a63e34625f87 | |
| parent | 7ae5ba6a27e3121c093734b3ec739684778c58f9 (diff) | |
| download | DropOut-52b2afbab0e9224367a00df5a0af06b707c408e4.tar.gz DropOut-52b2afbab0e9224367a00df5a0af06b707c408e4.zip | |
ci(semifold): add target to paths
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
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: |