mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
git: Fix snap uploading
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user