git: Fix snap uploading

This commit is contained in:
WerWolv
2025-07-24 02:43:23 +02:00
parent 799175c94e
commit 32adb99f3d

View File

@@ -1128,14 +1128,15 @@ jobs:
if: ${{ github.event.repository.fork == false && github.event_name != 'pull_request' }}
with:
subject-path: |
${{ steps.snapcraft.outputs.snap }}
*.snap
- name: ⬆️ Upload Snap
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: Snap ${{ matrix.architecture }}
path: ${{ steps.snapcraft.outputs.snap }}
path: |
*.snap
flatpak-build:
strategy: