Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
anlesk authored Sep 30, 2023
1 parent b922cee commit 295d52e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,14 @@ jobs:
TZ: America/Chicago

- run: |
ls -la
ls -la /app
ls -la /app/output
ls -la ${{ env.OUTPUT_DIR }}
ls -la ${{ env.OUTPUT_DIR }}/fit
- uses: actions/checkout@v4
if: ${{ github.event.inputs.saveLocalCopy }}
- name: zip output files
if: ${{ github.event.inputs.saveLocalCopy }}
uses: papeloto/action-zip@v1
uses: vimtor/action-zip@v1
with:
files: ${{ env.OUTPUT_DIR }}
files: ${{ env.OUTPUT_DIR }}/fit
dest: output.zip
- uses: actions/upload-artifact@v3
if: ${{ github.event.inputs.saveLocalCopy }}
Expand Down

0 comments on commit 295d52e

Please sign in to comment.