Skip to content

Commit

Permalink
fix: fix artifact paths (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesrypandawa authored Jun 13, 2022
1 parent b998566 commit e54dda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Upload Release
uses: ncipollo/release-action@v1
with:
artifacts: dagger-py-functions.zip
artifacts: dagger-py-functions/dagger-py-functions.zip
allowUpdates: true
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
Expand Down

0 comments on commit e54dda6

Please sign in to comment.