We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9b4be commit 6eedea1Copy full SHA for 6eedea1
1 file changed
.github/workflows/ci-pipeline.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/upload-artifact@v4
85
with:
86
name: openapi-schema
87
- path: openapi.json
+ path: backend/openapi.json
88
89
frontend-lint:
90
name: "🔍 Frontend Linting"
@@ -101,7 +101,7 @@ jobs:
101
uses: actions/download-artifact@v5
102
103
104
- path: /tmp/openapi.json
+ path: /tmp
105
106
- name: "⚙️ Setup pnpm"
107
uses: pnpm/action-setup@v4
0 commit comments