Skip to content

Commit 68456ff

Browse files
committed
Update github action
1 parent 03808fe commit 68456ff

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,9 @@ jobs:
3232
- name: Build with Gradle
3333
run: ./gradlew build --no-daemon
3434

35-
36-
- name: Get Version
37-
id: version
38-
run:
39-
TIMESTAMP=$(date +%Y%m%d%H%M%S)
40-
echo "name=ifw-$TIMESTAMP" >> $GITHUB_OUTPUT
41-
42-
- name: Upload a Build Artifact
35+
- name: Upload Build Artifact
4336
uses: actions/upload-artifact@v4.6.2
4437
with:
45-
name: ${{ steps.version.outputs.name }}
38+
name: ifw-pre-${{ github.event.head_commit.id }}
4639
path: build/libs/*.jar
4740
retention-days: 7

0 commit comments

Comments
 (0)