Skip to content

Commit 0bcdc3f

Browse files
ddamkeddamke
authored andcommitted
add path. Does not work without
1 parent c340c40 commit 0bcdc3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mavenCi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ jobs:
6868
run: |
6969
mvn package -B clean verify
7070
71+
7172
- name: Upload Build Artifact
7273
uses: actions/upload-artifact@v3
7374
with:
7475
# Artifact name
75-
name: Keeptime
76-
# path: /home/runner/work/KeepTime/KeepTime/target/
76+
name: ${version}
77+
path: /home/runner/work/KeepTime/KeepTime/target/

0 commit comments

Comments
 (0)