Skip to content

Commit d30e6ff

Browse files
committed
fix version in artifact names; remove tmate
1 parent edb3565 commit d30e6ff

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build-gradle-project.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,12 @@ jobs:
5050
run: |
5151
cd jpostal
5252
./gradlew assemble check
53-
54-
- name: Setup tmate session
55-
uses: mxschmitt/action-tmate@v3
56-
with:
57-
detached: true
5853
- name: Get jpostal Version from Gradle
5954
run: |
6055
VERSION=$(grep '^version' jpostal/build.gradle | awk -F\' '{print $2}')
6156
echo "VERSION=$VERSION" >> $GITHUB_ENV
6257
- name: Upload jar
6358
uses: actions/upload-artifact@v4
6459
with:
65-
name: jpostal-$VERSION-${{ matrix.jarSuffix }}
60+
name: jpostal-${{ env.NAME }}-${{ matrix.jarSuffix }}
6661
path: jpostal/build/libs/jpostal*.jar

0 commit comments

Comments
 (0)