File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
26
26
27
27
- name : Create ZIP archive with version in name
28
28
run : |
29
- zip -r addons -v${{ steps.get_version.outputs.version }}.zip addons
29
+ zip -r godotvmf -v${{ steps.get_version.outputs.version }}.zip addons
30
30
31
31
- name : Create GitHub release and upload archive
32
32
uses : softprops/action-gh-release@v2
33
33
with :
34
34
tag_name : v${{ steps.get_version.outputs.version }}
35
35
name : Release v${{ steps.get_version.outputs.version }}
36
- files : addons -v${{ steps.get_version.outputs.version }}.zip
36
+ files : godotvmf -v${{ steps.get_version.outputs.version }}.zip
37
37
env :
38
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
+ GITHUB_TOKEN : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change @@ -28,9 +28,12 @@ We with my friend [Ambiabstract](https://github.com/Ambiabstract) did not find a
28
28
A useful tool for those who like making levels in Hammer and are making a project on the Godot.
29
29
Or for those who just want to port their map from Source Engine to Godot and see what happens.
30
30
31
- ## Usage
31
+ ## Installation and Usage
32
+ - [ Installation Guide] ( https://github.com/H2xDev/GodotVMF/wiki/Installation-guide )
32
33
- [ Documentation] ( https://github.com/H2xDev/GodotVMF/wiki )
33
- - [ Demo video] ( https://www.youtube.com/watch?v=5XYfvbIAlJU )
34
+
35
+ ## Video demonstration
36
+ [ ![ Click to open Youtube video] ( https://github.com/user-attachments/assets/d9b421e6-69c0-499e-8ccf-0390ddb1f548 )] ( https://www.youtube.com/watch?v=5XYfvbIAlJU )
34
37
35
38
## Features
36
39
- Brushes geometry import (including UVs, materials IDs and smoothing groups)
You can’t perform that action at this time.
0 commit comments