diff options
Diffstat (limited to '.github')
| -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: |