Skip to content

Commit 3d4153a

Browse files
committed
Correcting upload path syntax
1 parent aff1512 commit 3d4153a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-package.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ jobs:
6363
- uses: actions/upload-artifact@v3
6464
with:
6565
name: ers-document-integration
66-
path: target/*.zip
67-
path: target/*.jar
68-
path: target/*.txt
69-
path: target/LICENSE
66+
path: |
67+
target/*.zip
68+
target/*.jar
69+
target/*.txt
70+
target/LICENSE
7071
release:
7172
if: startsWith(github.event.ref, 'refs/tags/v')
7273
needs: [package-release]

0 commit comments

Comments
 (0)