Merge pull request #585 from hedgedoc/ci/prebuild-zip

Added zipping and uploading of production builds
This commit is contained in:
David Mehren 2020-11-26 20:08:55 +01:00 committed by GitHub
commit 66ad73d853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,5 +78,11 @@ jobs:
${{ runner.os }}-yarn-
- run: yarn --frozen-lockfile --prefer-offline
- run: yarn run build
- uses: actions/upload-artifact@v2
if: github.ref == 'refs/heads/master' && matrix.node-version == '14.x'
with:
name: Prebuild with Node.js ${{ matrix.node-version }}
path: |
**
!.git
!node_modules