Update ci

This commit is contained in:
HolographicHat
2025-06-25 01:04:25 +08:00
committed by GitHub
parent 40269410c5
commit f8341c3044

View File

@@ -21,10 +21,17 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Publish
- name: Publish-AOT
run: dotnet publish --property:OutputPath=.\publish\
- name: Upload artifact
- name: Upload-AOT
uses: actions/upload-artifact@v4
with:
name: Artifacts
name: Artifacts-AOT
path: YaeAchievement\publish\publish
- name: Publish-NoAOT
run: dotnet publish --property:OutputPath=.\naot-publish\ --property:PublishAot=false --property:PublishSingleFile=true --property:PublishTrimmed=true
- name: Upload-NoAOT
uses: actions/upload-artifact@v4
with:
name: Artifacts-NoAOT
path: YaeAchievement\naot-publish\publish