Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister authored Jul 30, 2023
1 parent 6c5966f commit a19f25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
with:
node-version: 14
- name: install
run: npm ci
run: npm install
- name: build
run: npx fitbit-build
- name: Upload fba
uses: actions/upload-artifact@v3
with:
name: fitbit-overview
path: src/366x366/build/*.fba
path: src/366x366/build/*.fba

0 comments on commit a19f25a

Please sign in to comment.