diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7a54f74..825ef35 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,7 +20,8 @@ jobs: uses: https://github.com/actions/setup-go@v4 with: go-version: '>=1.20.1' - - uses: https://gitea.com/actions/release-action@main + - name: Create Release + uses: actions/release-action@main with: files: |- build/*.pdf \ No newline at end of file