fix: create-release only needs Windows, fix missing oldpop_cloth_white_pant texture path

This commit is contained in:
2026-06-18 16:43:02 +08:00
parent 26840c021e
commit 4062f11c89
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -125,9 +125,9 @@ jobs:
retention-days: 30
create-release:
needs: [build-windows, build-android, build-macos]
needs: [build-windows]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
if: always() && startsWith(github.ref, 'refs/tags/')
permissions:
contents: write