Skip to content

Commit

Permalink
Update FitbitBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smirko-dev authored Dec 6, 2020
1 parent e1f631d commit 02d76c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/FitbitBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout Fitbit SDK-CLI
run: npm add --also=dev @fitbit/sdk-cli

- name: Install CLM
- name: Install CML
run: npm i -g @dvcorg/cml

- name: Run Build
Expand All @@ -43,6 +43,11 @@ jobs:
path: build/app.fba
if-no-files-found: error

- name: Get workflow info
shell: bash
run: |
curl -sL GET "https://api.github.com/repos/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID/artifacts"
- name: Post comment
shell: bash
env:
Expand Down

1 comment on commit 02d76c7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build successful

CML watermark

Please sign in to comment.