Skip to content

Commit

Permalink
[542] attempt fix gha error when no files to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Oct 5, 2023
1 parent 1203744 commit 8321bde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
zip -r -j output.zip ${{ env.OUTPUT_DIR }}
- uses: actions/upload-artifact@v3
if: ${{ github.event.inputs.saveLocalCopy }}
with:
name: output
path: output.zip
Expand Down

0 comments on commit 8321bde

Please sign in to comment.