File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 - name : Package .hfpkg
4646 shell : pwsh
4747 run : |
48- npx --yes @haloforge/plugin-pack@0.1.1 pack . --release --target x86_64-pc-windows-msvc --out dist/plugin-release
48+ npx --yes @haloforge/plugin-pack@0.1.2 pack . --release --target x86_64-pc-windows-msvc --out dist/plugin-release
4949 $pkg = Get-ChildItem dist/plugin-release -Filter *.hfpkg | Select-Object -First 1
5050 if (-not $pkg) { throw "No .hfpkg artifact was created." }
5151 $sha = Get-ChildItem dist/plugin-release -Filter *.hfpkg.sha256 | Select-Object -First 1
7272 run : |
7373 $artifactUrl = "https://github.com/${{ github.repository }}/releases/download/${{ inputs.release_tag }}/$env:PKG_NAME"
7474 $args = @(
75- "--yes", "@haloforge/plugin-pack@0.1.1 ",
75+ "--yes", "@haloforge/plugin-pack@0.1.2 ",
7676 "metadata", "$env:PKG_PATH",
7777 "--artifact-url", $artifactUrl,
7878 "--source", "${{ inputs.source }}",
9797 - name : Submit catalog draft
9898 if : env.HF_ADMIN_TOKEN != ''
9999 shell : pwsh
100- run : npx --yes @haloforge/plugin-pack@0.1.1 submit dist/plugin-release/catalog-draft.json --api-base-url https://admin.haloforge.link --token-env HF_ADMIN_TOKEN
100+ run : npx --yes @haloforge/plugin-pack@0.1.2 submit dist/plugin-release/catalog-draft.json --api-base-url https://admin.haloforge.link --token-env HF_ADMIN_TOKEN
101101
102102 - name : Upload workflow artifacts
103103 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments