diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2336e7af84..3fa8dcca34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,4 +54,11 @@ jobs: git rebase release mvn -B release:perform -Drelease git push - git push --tags \ No newline at end of file + git push --tags + cd build + gradle -PweldVersion=${{steps.metadata.outputs.current-version}} -PweldPath=${GITHUB_WORKSPACE} + - name: Upload dist ZIP file + uses: actions/upload-artifact@v4 + with: + name: dist + path: ./build/weld-* \ No newline at end of file