diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17bc63f..c455924 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: uses: ncipollo/release-action@v1 with: # You will need to dynamically construct the artifacts string based on the outputs of the build job - artifacts: "zvm-x86_64-macos-tar/zvm-x86_64-macos.tar.gz,zvm-x86_64-linux-tar/zvm-x86_64-linux.tar.gz" + artifacts: "*.tar.gz" artifactErrorsFailBuild: true generateReleaseNotes: true tag: ${{ github.ref }}