Skip to content

Commit

Permalink
remove npx command (see #107), add .zip extension to uploaded file
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Jan 18, 2024
1 parent 85d3bb6 commit 026f410
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
node-version: '14.x'
cache: 'npm'
- run: npm ci
- run: npx browserslist@latest --update-db
# - 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
name: mavedb-ui.zip
path: dist/
if-no-files-found: error
- run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'
- run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}'

0 comments on commit 026f410

Please sign in to comment.