mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Limit uploads
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user