We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb3565 commit d30e6ffCopy full SHA for d30e6ff
1 file changed
.github/workflows/build-gradle-project.yml
@@ -50,17 +50,12 @@ jobs:
50
run: |
51
cd jpostal
52
./gradlew assemble check
53
-
54
- - name: Setup tmate session
55
- uses: mxschmitt/action-tmate@v3
56
- with:
57
- detached: true
58
- name: Get jpostal Version from Gradle
59
60
VERSION=$(grep '^version' jpostal/build.gradle | awk -F\' '{print $2}')
61
echo "VERSION=$VERSION" >> $GITHUB_ENV
62
- name: Upload jar
63
uses: actions/upload-artifact@v4
64
with:
65
- name: jpostal-$VERSION-${{ matrix.jarSuffix }}
+ name: jpostal-${{ env.NAME }}-${{ matrix.jarSuffix }}
66
path: jpostal/build/libs/jpostal*.jar
0 commit comments