File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 sudo apt-get install vulkan-sdk
4444 - name : Compile gkNextRenderer
4545 run : |
46- echo "BUILDVER(${{ github.ref_name }})" > build.version
46+ echo "BUILDVER(${{ github.ref_name }})" > src/ build.version
4747 ./build_android.sh
4848 - name : Create zip file
4949 run : |
7676 sudo apt-get install vulkan-sdk
7777 - name : Compile vcpkg dependencies
7878 run : |
79- echo "BUILDVER(${{ github.ref_name }})" > build.version
79+ echo "BUILDVER(${{ github.ref_name }})" > src/ build.version
8080 ./vcpkg_linux.sh
8181 - name : Compile gkNextRenderer
8282 run : ./build_linux.sh
@@ -117,7 +117,7 @@ jobs:
117117 - name : Compile gkNextRenderer
118118 run : |
119119 set VULKAN_SDK=C:\VulkanSDK\%SDK_VERSION%
120- echo BUILDVER(${{ github.ref_name }}) > build.version
120+ echo BUILDVER(${{ github.ref_name }}) > src/ build.version
121121 build_windows.bat
122122 shell : cmd
123123 - name : Create zip file
You can’t perform that action at this time.
0 commit comments