工作流产物上传制品库
Some checks failed
Dart CI / build (push) Failing after 2s

This commit is contained in:
2026-04-03 21:52:53 +08:00
parent 5ba9430d9e
commit 1441e25e6f

View File

@@ -36,3 +36,10 @@ jobs:
- name: Build executable - name: Build executable
run: dart compile exe bin/server.dart -o build/loongyan run: dart compile exe bin/server.dart -o build/loongyan
- name: Upload to Gitea Artifacts
uses: gitea.com/actions/gitea-upload-artifact@v4
with:
name: loongyan-${{ github.sha }}
path: build/loongyan
retention-days: 30