fix: don't mv deploy on prod release

This commit is contained in:
Eli Bosley
2025-04-03 10:07:24 -04:00
parent 5a61aec841
commit 9568aabd17
2 changed files with 2 additions and 2 deletions

View File

@@ -389,7 +389,7 @@ 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}"
mv ./deploy ./deploy-prod
cp -r ./deploy ./deploy-prod
fi
BASE_URL="https://preview.dl.unraid.net/unraid-api"