Skip to content

Commit

Permalink
trying to build and upload the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Nov 12, 2023
1 parent 5cee4f2 commit 7a6ac59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ jobs:
run: |
yarn run lint:check
- name: Package
run: |
python -m pip install build
python -m build .
- name: Upload builds
uses: actions/upload-artifact@v3
with:
name: buckaroo-dist-${{ github.run_number }}
path: |
./dist
./js/*.tgz

- name: Check docs can be build + links
if: ${{ matrix.os == 'ubuntu-latest' }}
working-directory: docs
Expand Down

0 comments on commit 7a6ac59

Please sign in to comment.