Skip to content

Commit 5b9403e

Browse files
committed
version fix
1 parent 7e62f27 commit 5b9403e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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: |
@@ -76,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)