fix/ci-pub #13

Merged
McPeakML merged 9 commits from fix/ci-pub into main 2026-06-12 14:09:18 -04:00
Showing only changes of commit c58f7d872d - Show all commits

View file

@ -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