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:
|
electron-build:
|
||||||
name: Electron packages (${{ matrix.os }})
|
name: Electron packages (${{ matrix.os }})
|
||||||
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -49,7 +50,10 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact-name }}
|
name: ${{ matrix.artifact-name }}
|
||||||
path: dist/**
|
path: |
|
||||||
|
dist/*.AppImage
|
||||||
|
dist/*.exe
|
||||||
|
dist/*.dmg
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user