mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 18:25:21 -04:00
Merge pull request #585 from hedgedoc/ci/prebuild-zip
Added zipping and uploading of production builds
This commit is contained in:
commit
66ad73d853
1 changed files with 8 additions and 2 deletions
10
.github/workflows/node.js.yml
vendored
10
.github/workflows/node.js.yml
vendored
|
@ -78,5 +78,11 @@ jobs:
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
- run: yarn --frozen-lockfile --prefer-offline
|
- run: yarn --frozen-lockfile --prefer-offline
|
||||||
- run: yarn run build
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue