|
67 | 67 | - name: Package .hfpkg |
68 | 68 | shell: pwsh |
69 | 69 | run: | |
70 | | - npx --yes @haloforge/plugin-pack@0.2.5 pack . --release --target x86_64-pc-windows-msvc --out dist/plugin-release |
| 70 | + npx --yes @haloforge/plugin-pack@0.2.9 pack . --release --target x86_64-pc-windows-msvc --out dist/plugin-release |
71 | 71 | $pkg = Get-ChildItem dist/plugin-release -Filter *.hfpkg | Select-Object -First 1 |
72 | 72 | if (-not $pkg) { throw "No .hfpkg artifact was created." } |
73 | 73 | $sha = Get-ChildItem dist/plugin-release -Filter *.hfpkg.sha256 | Select-Object -First 1 |
@@ -125,7 +125,7 @@ jobs: |
125 | 125 | run: | |
126 | 126 | $artifactUrl = "https://github.com/${{ github.repository }}/releases/download/$env:RELEASE_TAG/$env:PKG_NAME" |
127 | 127 | $args = @( |
128 | | - "--yes", "@haloforge/plugin-pack@0.2.5", |
| 128 | + "--yes", "@haloforge/plugin-pack@0.2.9", |
129 | 129 | "metadata", "$env:PKG_PATH", |
130 | 130 | "--artifact-url", $artifactUrl, |
131 | 131 | "--source", "${{ inputs.source }}", |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 | - name: Submit catalog draft |
174 | 174 | if: env.HF_ADMIN_TOKEN != '' |
175 | 175 | shell: pwsh |
176 | | - run: npx --yes @haloforge/plugin-pack@0.2.5 submit dist/plugin-release/catalog-draft.json --api-base-url https://admin.haloforge.link --token-env HF_ADMIN_TOKEN |
| 176 | + run: npx --yes @haloforge/plugin-pack@0.2.9 submit dist/plugin-release/catalog-draft.json --api-base-url https://admin.haloforge.link --token-env HF_ADMIN_TOKEN |
177 | 177 |
|
178 | 178 | - name: Upload workflow artifacts |
179 | 179 | uses: actions/upload-artifact@v4 |
|
0 commit comments