From 6e86e4dd85812b681a6da38130a81340a9a206cf Mon Sep 17 00:00:00 2001 From: jesrypandawa Date: Mon, 13 Jun 2022 19:13:31 +0700 Subject: [PATCH] fix: fix artifact paths --- .github/workflows/python_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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