Skip to content

Commit

Permalink
Update AutoBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noriokun4649 committed Mar 9, 2024
1 parent 918f44f commit e130b18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
Copy-Item -Path README.md -Destination "Asset/misc/README edit noriokun4649.txt"
- name: Upload asset to Artifacts (TVTComment.exe)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TvtComment
if-no-files-found: error
Expand All @@ -69,13 +69,13 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1.3
uses: microsoft/setup-msbuild@v2

- name: Build (tvtcomment.tvtp)
run: msbuild Viewer/Viewer.vcxproj -m /p:Configuration="Release" /p:Platform="${{ matrix.platform }}" /p:CodePage=932
Expand All @@ -87,7 +87,7 @@ jobs:
Copy-Item -Path Viewer/${{ matrix.platform }}/Release/TvtComment.tvtp -Destination Asset/
- name: Upload asset to Artifacts (tvtcomment.tvtp)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TvtComment_${{ matrix.platform }}
if-no-files-found: error
Expand Down

0 comments on commit e130b18

Please sign in to comment.