We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b699ec7 commit 7b03f54Copy full SHA for 7b03f54
.github/workflows/mavenCi.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
build_and_upload:
56
- #needs: analyze
+ needs: analyze
57
runs-on: ubuntu-latest
58
59
steps:
@@ -67,8 +67,6 @@ jobs:
67
- name: Build
68
run: |
69
mvn package -B clean verify
70
- - name: Extract filenames
71
- run: 7z * "/home/runner/work/KeepTime/KeepTime/target/"
72
73
- name: Upload Build Artifact
74
uses: actions/upload-artifact@v3
0 commit comments