diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 46b44bf..4e7462f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -93,13 +93,13 @@ jobs: path: dist - name: Create Release - uses: softprops/action-gh-release@v2 + uses: https://gitea.com/actions/release-action@v2 with: tag_name: latest - overwrite_files: true name: Latest Build + overwrite_files: true files: | dist/quibot-web.zip dist/backend.zip env: - GITHUB_TOKEN: ${{ secrets.GITEATOKEN }} + GITEA_TOKEN: ${{ secrets.GITEATOKEN }}