fix/ci-pub (#12)
Reviewed-on: McPeakDev/nychthemeron#12 Co-authored-by: Matthew L McPeak <m.mcpeak98@icloud.com> Co-committed-by: Matthew L McPeak <m.mcpeak98@icloud.com>
This commit is contained in:
parent
b4332b35e2
commit
61bec1dfc1
1 changed files with 2 additions and 2 deletions
|
|
@ -64,10 +64,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Download ${{ steps.meta.outputs.name }}.zip
|
||||
- name: Download Artifacts
|
||||
uses: https://code.forgejo.org/forgejo/download-artifact@v4
|
||||
with:
|
||||
name: ${{ steps.meta.outputs.name }}.zip
|
||||
name: ${{ needs.build.outputs.artifact_name }}.zip
|
||||
path: packages/library/dist
|
||||
|
||||
- name: Set package version
|
||||
|
|
|
|||
Loading…
Reference in a new issue