Limit uploads

This commit is contained in:
2026-01-05 13:05:10 +01:00
parent ec043c3d31
commit 9f12a0ac2f

View File

@@ -20,6 +20,7 @@ jobs:
electron-build:
name: Electron packages (${{ matrix.os }})
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -49,7 +50,10 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact-name }}
path: dist/**
path: |
dist/*.AppImage
dist/*.exe
dist/*.dmg
docker:
runs-on: ubuntu-latest