From 9fe5342173677cfe30493726b443ee7fca4ed25a Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <629990+naresh97@users.noreply.github.com> Date: Sun, 23 Mar 2025 14:31:29 +0100 Subject: [PATCH] wip --- .gitea/workflows/build.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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