We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d938f commit 6f035d6Copy full SHA for 6f035d6
.github/workflows/publish-release.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Make gradle wrapper executable
91
run: chmod +x ./gradlew
92
- name: Build ${{ matrix.loader }} artifact
93
- run: ./gradlew :${{ matrix.loader }}:build
+ run: ./gradlew :${{ matrix.loader }}:build '-Pversion=${{needs.create-release.outputs.version}}'
94
- name: Upload ${{ matrix.loader }} artifact
95
uses: actions/upload-artifact@v4
96
with:
0 commit comments