Skip to content

Commit 53a2431

Browse files
Update maven.yml
1 parent ad67bc3 commit 53a2431

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838
Deployment:
3939

4040
runs-on: macos-latest
41-
needs: build
41+
4242
steps:
43+
- uses: actions/download-artifact@v4
44+
with:
45+
name: buildArtifact
46+
path: .
4347
- name: Deploy Artifacts
4448
run: ls -lart

0 commit comments

Comments
 (0)