Skip to content

Commit

Permalink
flatten dir
Browse files Browse the repository at this point in the history
  • Loading branch information
anlesk authored Sep 30, 2023
1 parent 114c5d2 commit 45ad2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
apt-get update
apt-get install -y zip
zip -r output.zip ${{ env.OUTPUT_DIR }}/
zip -r -j output.zip ${{ env.OUTPUT_DIR }}
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 45ad2f5

Please sign in to comment.