We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001b6c0 commit e8fda2aCopy full SHA for e8fda2a
1 file changed
.github/workflows/CD.yml
@@ -22,6 +22,9 @@ jobs:
22
name: backend-jar
23
path: build/libs
24
25
+ - name: Debug Artifact
26
+ run: ls -lah build/libs
27
+
28
- name: Set up Docker Buildx
29
uses: docker/setup-buildx-action@v2
30
0 commit comments