Skip to content

Commit 35ec366

Browse files
Update maven.yml
1 parent 53a2431 commit 35ec366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
Deployment:
3939

4040
runs-on: macos-latest
41-
41+
needs: build
4242
steps:
4343
- uses: actions/download-artifact@v4
4444
with:
4545
name: buildArtifact
4646
path: .
4747
- name: Deploy Artifacts
48-
run: ls -lart
48+
run: ls -laRt

0 commit comments

Comments
 (0)