Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt authored May 15, 2024
1 parent 2959707 commit 1af7482
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@ jobs:
build:
strategy:
matrix:
include: [
{ name: windows_x86, arch: x86 },
{ name: windows_x64, arch: x64 },
]
include: [{ name: windows_x86, arch: x86 },{ name: windows_x64, arch: x64 }]

name: ${{ matrix.name }}

runs-on: windows-latest

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

Expand All @@ -40,7 +37,7 @@ jobs:
run: xmake

- name: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}
path: build/release

0 comments on commit 1af7482

Please sign in to comment.