Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle authored Jul 23, 2020
1 parent 96ed6bf commit d261375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Create Archive
uses: papeloto/action-zip@v1
with:
files: ${{ github.workspace }}\dist\peloton-to-garmin-win\
files: \dist\peloton-to-garmin-win\
dest: \dist\peloton-to-garmin-win.zip
- name: Commit changes
uses: EndBug/add-and-commit@v4
Expand All @@ -63,5 +63,6 @@ jobs:
file: ${{ github.workspace }}\dist\peloton-to-garmin-win.zip
asset_name: peloton-to-garmin-windows.zip
tag: ${{ steps.version_bump.outputs.new_tag }}
body: ${{ steps.version_bump.outputs.changelog }}


0 comments on commit d261375

Please sign in to comment.