Skip to content

Commit

Permalink
save fit files
Browse files Browse the repository at this point in the history
  • Loading branch information
anlesk authored Sep 28, 2023
1 parent a7a39de commit 9216fc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ jobs:
P2G_GARMIN__EMAIL: ${{ secrets.P2G_GARMIN__EMAIL }}
P2G_GARMIN__PASSWORD: ${{ secrets.P2G_GARMIN__PASSWORD }}
TZ: America/Chicago

- uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: output
path: app/output/*.fit

0 comments on commit 9216fc1

Please sign in to comment.