refactor: update GitHub actions and simplify artifact handling

This commit is contained in:
子沐呀
2024-12-16 17:45:27 +08:00
Unverified
parent 4494e7986c
commit f753b7c620
2 changed files with 10 additions and 35 deletions
+2 -10
View File
@@ -11,8 +11,6 @@ jobs:
uses: actions/checkout@v2
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: "2.9.3"
- run: |
xmake repo -u
@@ -23,14 +21,8 @@ jobs:
- run: |
xmake -w -y
- uses: actions/upload-artifact@v3
- 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/