fix: build issue

This commit is contained in:
Eli Bosley
2025-04-03 10:20:55 -04:00
parent d0827df60e
commit 99d8b31fa8

View File

@@ -389,7 +389,8 @@ jobs:
if [ "${{ needs.release-please.outputs.releases_created }}" == 'true' ]; then
BASE_URL="https://stable.dl.unraid.net/unraid-api"
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
BASE_URL="https://preview.dl.unraid.net/unraid-api"