Fix duplicate upload artifact

This commit is contained in:
Damglador 2025-06-29 22:12:00 +02:00
parent 8fffecf3e2
commit 1bec52f1dc

View File

@ -116,13 +116,6 @@ jobs:
build/dist/isle-*
build/dist/*.AppImage
- name: Upload Artifact
uses: actions/upload-artifact@main
with:
name: Release-${{ matrix.name }}
path: |
build/dist/isle-*
flatpak:
name: "Flatpak (${{ matrix.arch }})"
runs-on: ${{ matrix.os }}