Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed Dec 29, 2023
1 parent a469903 commit 577f273
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ jobs:
version: 'latest'
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: ./build.sh
- run: ./build.sh
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: |
pkg-node
pkg-web

0 comments on commit 577f273

Please sign in to comment.