Skip to content

Commit 7b03f54

Browse files
ddamkeddamke
authored andcommitted
uploaded file has hardcoded name "KeepTime"
1 parent b699ec7 commit 7b03f54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/mavenCi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454

5555
build_and_upload:
56-
#needs: analyze
56+
needs: analyze
5757
runs-on: ubuntu-latest
5858

5959
steps:
@@ -67,8 +67,6 @@ jobs:
6767
- name: Build
6868
run: |
6969
mvn package -B clean verify
70-
- name: Extract filenames
71-
run: 7z * "/home/runner/work/KeepTime/KeepTime/target/"
7270
7371
- name: Upload Build Artifact
7472
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)