Skip to content

Commit 80aed1a

Browse files
Update github-cicd.yml
1 parent 64d8496 commit 80aed1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/github-cicd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
uses: actions/upload-artifact@v4
4646
with:
4747
name: app-build
48-
path: app/publish
48+
path: |
49+
src/**/app/publish
4950
docker:
5051
name: 🐳 Build & Push Docker Image
5152
needs: build

0 commit comments

Comments
 (0)