mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
fix: build issue
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -389,7 +389,8 @@ jobs:
|
|||||||
if [ "${{ needs.release-please.outputs.releases_created }}" == 'true' ]; then
|
if [ "${{ needs.release-please.outputs.releases_created }}" == 'true' ]; then
|
||||||
BASE_URL="https://stable.dl.unraid.net/unraid-api"
|
BASE_URL="https://stable.dl.unraid.net/unraid-api"
|
||||||
pnpm run build:plugin --tag="${TAG}" --base-url="${BASE_URL}"
|
pnpm run build:plugin --tag="${TAG}" --base-url="${BASE_URL}"
|
||||||
cp -r ./deploy ./deploy-prod
|
mv ${{ github.workspace }}/plugin/deploy ${{ github.workspace }}/plugin/deploy-prod
|
||||||
|
pnpm run build:txz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BASE_URL="https://preview.dl.unraid.net/unraid-api"
|
BASE_URL="https://preview.dl.unraid.net/unraid-api"
|
||||||
|
|||||||
Reference in New Issue
Block a user