Testing to see if config file is being used correctly
This commit is contained in:
@ -141,7 +141,7 @@ jobs:
|
||||
SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-8)
|
||||
sed -i -e "s/STEAM_DESCRIPTION/${GITHUB_REF_NAME} - ${SHORT_SHA}/" build/build_dependencies/steam/app_build_2739610.vdf
|
||||
|
||||
- name: Publish to Steam # We don't need to download the artifcts, as they are alread in the container and targeted by the VDF
|
||||
- name: Publish to Steam
|
||||
run: |
|
||||
cd $PROJECT_PATH
|
||||
/home/steam/steamcmd/steamcmd.sh +set_steam_guard_code "${{ secrets.STEAM_GUARD_CODE }}" +login "${{ vars.STEAM_BUILD_USERNAME }}" "${{ secrets.STEAM_BUILD_PASSWORD }}" +run_app_build "$PWD/build/build_dependencies/steam/app_build_2739610.vdf" +quit
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://bgpec3avuotkt"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://bgpec3avuotkt"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_no5d7"]
|
||||
sky_top_color = Color(0.340506, 0.443905, 0.662582, 1)
|
||||
@ -21,6 +21,8 @@ glow_enabled = true
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_no5d7"]
|
||||
|
||||
[sub_resource type="TorusMesh" id="TorusMesh_no5d7"]
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
@ -39,5 +41,9 @@ mesh = SubResource("CapsuleMesh_ayuu8")
|
||||
transform = Transform3D(0.796688, 0.604391, 0, -0.604391, 0.796688, 0, 0, 0, 1, -0.779875, 0.463808, 0)
|
||||
mesh = SubResource("SphereMesh_no5d7")
|
||||
|
||||
[node name="MeshInstance3D3" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.9115, 0.389701, -0.131535, 0.290076, -0.382369, 0.877297, 0.291589, -0.837811, -0.461572, -0.27379, 0.506899, -0.0184803)
|
||||
mesh = SubResource("TorusMesh_no5d7")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(-0.998152, 0, -0.0607699, 0, 1, 0, 0.0607699, 0, -0.998152, 0, 0, -2.11699)
|
||||
|
||||
Reference in New Issue
Block a user