File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
25
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
26
27
27
- name : Check out files
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
with :
30
30
submodules : true
31
31
fetch-depth : 0
32
32
lfs : false
33
33
34
34
- name : Add msbuild to PATH
35
- uses : microsoft/setup-msbuild@v1.1
35
+ uses : microsoft/setup-msbuild@v2
36
36
37
37
- name : Generate project files
38
38
run : tools/premake5 vs2022
@@ -45,11 +45,11 @@ jobs:
45
45
46
46
- name : Move build files
47
47
run : |
48
- move build/bin/${{matrix.configuration}}/t4-rtx.asi ./
49
- move build/bin/${{matrix.configuration}}/t4-rtx.pdb ./
48
+ move build/bin/${{matrix.configuration}}/t4-rtx.asi ./assets/
49
+ move build/bin/${{matrix.configuration}}/t4-rtx.pdb ./assets/
50
50
51
51
- name : Upload ${{matrix.configuration}}-binaries-t4-rtx
52
- uses : actions/upload-artifact@v2
52
+ uses : actions/upload-artifact@v4
53
53
with :
54
54
name : ${{matrix.configuration}}-binaries-t4-rtx
55
55
path : |
You can’t perform that action at this time.
0 commit comments