Skip to content

Commit ade9b2f

Browse files
committed
update workflow
1 parent 553a285 commit ade9b2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)