Skip to content

Commit 6eedea1

Browse files
committed
🎛 ci: Fix path
1 parent 5b9b4be commit 6eedea1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/upload-artifact@v4
8585
with:
8686
name: openapi-schema
87-
path: openapi.json
87+
path: backend/openapi.json
8888

8989
frontend-lint:
9090
name: "🔍 Frontend Linting"
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/download-artifact@v5
102102
with:
103103
name: openapi-schema
104-
path: /tmp/openapi.json
104+
path: /tmp
105105

106106
- name: "⚙️ Setup pnpm"
107107
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)