Skip to content

Commit 9540c20

Browse files
authored
Update artifact path
1 parent 39fa425 commit 9540c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: DA-Backend
42-
path: build/libs
42+
path: '$/build/libs/*.war'
4343

4444
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
4545
# the publishing section of your build.gradle

0 commit comments

Comments
 (0)