We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fa425 commit 9540c20Copy full SHA for 9540c20
.github/workflows/gradle-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/upload-artifact@v4
40
with:
41
name: DA-Backend
42
- path: build/libs
+ path: '$/build/libs/*.war'
43
44
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
45
# the publishing section of your build.gradle
0 commit comments