更新 .gitea/workflows/build.yaml
Some checks failed
CI / build (push) Failing after 1m13s

This commit is contained in:
Jeffrey Hsu 2024-10-31 17:47:41 +08:00
parent bd79926d08
commit f903769b2d

View File

@ -39,5 +39,11 @@ jobs:
zip -r artifacts/build.zip WebIndex/dist/
- name: Create Release
use: https://gitea.com/actions/gitea-release-action@v1
uses: https://gitea.com/actions/release-action@main
with:
files: |
artifacts/build.zip
- name: Upload Release Asset
uses: https://gitea.com/actions/gitea-release-action@v1