Skip to content

Commit

Permalink
attempt at artifact generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Jan 18, 2024
1 parent 7d9a541 commit d54cb6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ jobs:
- run: npx browserslist@latest --update-db
- run: npm run build
# - run: npm test
- uses: actions/upload-artifact@v4
id: artifact-upload-step
with:
name: mavedb-ui
path: /app/dist/
if-no-files-found: error
- run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'

0 comments on commit d54cb6d

Please sign in to comment.