fix/ci-pub #11
1 changed files with 2 additions and 2 deletions
|
|
@ -64,10 +64,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Download dist
|
||||
- name: Download ${{ steps.meta.outputs.name }}.zip
|
||||
uses: https://code.forgejo.org/forgejo/download-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
name: ${{ steps.meta.outputs.name }}.zip
|
||||
path: packages/library/dist
|
||||
|
||||
- name: Set package version
|
||||
|
|
|
|||
Loading…
Reference in a new issue