We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4640865 commit eafd58aCopy full SHA for eafd58a
1 file changed
.github/workflows/build-gradle.yml
@@ -52,6 +52,8 @@ jobs:
52
uses: gradle/actions/setup-gradle@v4
53
- name: Build with Gradle
54
run: ./gradlew packageDistributionForCurrentOS
55
+ env:
56
+ ORG_GRADLE_PROJECT_version: ${{ github.sha }}
57
- name: Add artifact
58
uses: actions/upload-artifact@v4
59
with:
0 commit comments