diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 28ef5ac57..3721e2368 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -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