fix: CI
This commit is contained in:
parent
c09e75c4eb
commit
c58f7d872d
1 changed files with 2 additions and 2 deletions
|
|
@ -64,10 +64,10 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
|
||||||
- name: Download ${{ steps.meta.outputs.name }}.zip
|
- name: Download Artifacts
|
||||||
uses: https://code.forgejo.org/forgejo/download-artifact@v4
|
uses: https://code.forgejo.org/forgejo/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.meta.outputs.name }}.zip
|
name: ${{ needs.build.outputs.artifact_name }}.zip
|
||||||
path: packages/library/dist
|
path: packages/library/dist
|
||||||
|
|
||||||
- name: Set package version
|
- name: Set package version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue