Skip to content

Commit

Permalink
Upload artifacts from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillifee committed Mar 22, 2021
1 parent 1367ce3 commit 6b005c3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn --frozen-lockfile
- run: yarn build
- name: Yarn
run: yarn --frozen-lockfile
- name: Build
run: yarn build
- name: Archive build
uses: actions/upload-artifact@v2
with:
name: raspiCam
path: build

0 comments on commit 6b005c3

Please sign in to comment.