fix: create-release only needs Windows, fix missing oldpop_cloth_white_pant texture path
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user