diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 66873f4..9f85ef5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,7 +16,7 @@ jobs: echo "asdasdf" > text.txt - name: Release - uses: actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 with: name: test-release path: text.txt