Skip to content

Commit

Permalink
feat: store lib as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Apr 16, 2021
1 parent 3462dd0 commit c3cf126
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Make
run: make

- name: Upload lib artifact
uses: actions/upload-artifact@v2
with:
name: lib
path: lib

release:
needs: make
runs-on: ubuntu-latest
Expand All @@ -32,6 +38,11 @@ jobs:
with:
node-version: 12

- name: Download lib arcitact
uses: actions/download-artifact@v2
with:
name: lib

- name: Run semantic-release
run: make semantic-release
env:
Expand Down

0 comments on commit c3cf126

Please sign in to comment.