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
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://v1qdug4x2ifm"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d0egs6j3sg0me" path="res://assets/characters/skins/clothing/oldpop_cloth_white_pant.png" id="1_fw7uu"]
|
||||
[ext_resource type="Texture2D" uid="uid://d0egs6j3sg0me" path="res://assets/characters/skins/tex/oldpop_cloth_white.png" id="1_fw7uu"]
|
||||
|
||||
[resource]
|
||||
transparency = 2
|
||||
|
||||
Reference in New Issue
Block a user