chore: update action

Signed-off-by: wed150 <wed15058338634@outlook.com>
This commit is contained in:
2026-06-14 00:02:00 +08:00
Unverified
parent 2028526e1d
commit 28980017c4
2 changed files with 54 additions and 63 deletions
+22 -22
View File
@@ -7,33 +7,33 @@ jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v4
- name: Setup XMake
uses: xmake-io/github-action-setup-xmake@v1
- name: Cache
uses: actions/cache@v4
with:
submodules: recursive
path: |
~/AppData/Local/.xmake
key: xmake-${{ hashFiles('xmake.lua') }}
restore-keys: |
xmake-
- uses: actions/checkout@v4
- name: Update Repo
run: xmake repo -u
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master
- run: |
xmake repo -u
- name: Update Project
run: xmake f -a x64 -m release -p windows -v -y
- run: |
xmake f -a x64 -m release -p windows -v -y
- name: Build Project
run: xmake -v -y
- run: |
xmake -w -y
- uses: actions/upload-artifact@v3
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-windows-x64-${{ github.sha }}
path: |
bin/DLL/
- uses: actions/upload-artifact@v3
with:
name: PDB
path: |
bin/PDB/
bin/