diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6fbd891..67446f0 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -43,8 +43,12 @@ jobs: cd dist_package zip -r ../quibot-web.zip . - - name: Upload artifact - uses: actions/upload-artifact@v3 + # Create or update release and upload asset + - name: Upload Release + uses: softprops/action-gh-release@v1 with: - name: quibot-web - path: quibot-web/quibot-web.zip \ No newline at end of file + tag_name: latest + name: Latest Build + files: quibot-web/quibot-web.zip + env: + GITHUB_TOKEN: ${{ secrets.GITEATOKEN }} \ No newline at end of file