Skip to content

Commit 462c839

Browse files
committed
+
1 parent 952771b commit 462c839

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
- name: Download package tarball
320320
uses: actions/download-artifact@v4
321321
with:
322-
name: ${{ matrix.package }}
322+
name: packages
323323
path: ./artifacts
324324
- name: Run @arethetypeswrong/cli
325325
working-directory: ${{ matrix.package }}
@@ -344,11 +344,11 @@ jobs:
344344
- name: Download drizzle-orm tarball
345345
uses: actions/download-artifact@v4
346346
with:
347-
name: drizzle-orm
347+
name: packages
348348
path: ./artifacts
349349
- name: Run @arethetypeswrong/cli
350350
working-directory: drizzle-orm
351-
run: bun --bun run ../attw-fork/src/run.ts ../artifacts/package.tgz ${{ matrix.package }}
351+
run: bun --bun run ../attw-fork/src/run.ts ../artifacts/drizzle-orm/package.tgz ${{ matrix.package }}
352352

353353
release:
354354
needs: [test, prepare, attw, attw-orm]

0 commit comments

Comments
 (0)