File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2626
2727 - name : Check out files
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 with :
3030 submodules : true
3131 fetch-depth : 0
3232 lfs : false
3333
3434 - name : Add msbuild to PATH
35- uses : microsoft/setup-msbuild@v1.1
35+ uses : microsoft/setup-msbuild@v2
3636
3737 - name : Generate project files
3838 run : tools/premake5 vs2022
@@ -45,11 +45,11 @@ jobs:
4545
4646 - name : Move build files
4747 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/
5050
5151 - name : Upload ${{matrix.configuration}}-binaries-t4-rtx
52- uses : actions/upload-artifact@v2
52+ uses : actions/upload-artifact@v4
5353 with :
5454 name : ${{matrix.configuration}}-binaries-t4-rtx
5555 path : |
You can’t perform that action at this time.
0 commit comments