diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index eb6aca0..97bb92a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -19,8 +19,6 @@ jobs: - run: nix-shell -p biber tectonic --run "tectonic Main.tex" - name: Create Release - uses: actions/release-action@main + uses: https://github.com/softprops/action-gh-release@v2 with: - files: |- - Main.tex - api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file + files: Main.pdf \ No newline at end of file