We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03808fe commit 68456ffCopy full SHA for 68456ff
1 file changed
.github/workflows/build.yml
@@ -32,16 +32,9 @@ jobs:
32
- name: Build with Gradle
33
run: ./gradlew build --no-daemon
34
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
+ - name: Upload Build Artifact
43
uses: actions/upload-artifact@v4.6.2
44
with:
45
- name: ${{ steps.version.outputs.name }}
+ name: ifw-pre-${{ github.event.head_commit.id }}
46
path: build/libs/*.jar
47
retention-days: 7
0 commit comments