Skip to content

Commit

Permalink
Update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hdk5 committed Mar 31, 2024
1 parent 13bc9d4 commit e87020d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: windows-2022
runs-on: windows-latest
continue-on-error: ${{ matrix.arch != 'x86' }}

strategy:
Expand All @@ -21,12 +21,12 @@ jobs:
- arm64

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

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

- name: Build dependencies
run: deps\build.bat --machine ${{matrix.arch}}
Expand All @@ -50,7 +50,7 @@ jobs:
run: mv bin/${{matrix.arch}}/TaigaSetup.exe bin/${{matrix.arch}}/TaigaSetup_${{matrix.arch}}.exe

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: TaigaSetup_${{matrix.arch}}
path: bin/${{matrix.arch}}/TaigaSetup_${{matrix.arch}}.exe
Expand All @@ -61,7 +61,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Publish release
uses: marvinpinto/[email protected]
Expand Down

0 comments on commit e87020d

Please sign in to comment.