@@ -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
|
||||||
Reference in New Issue
Block a user