From 559d6b92d1168caf76e4e00b1899825d81b758dc Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <629990+naresh97@users.noreply.github.com> Date: Sun, 23 Mar 2025 13:07:36 +0100 Subject: [PATCH] wip --- .gitea/workflows/build.yaml | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b7966ce..eb6aca0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,23 +18,9 @@ jobs: - run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable && nix-channel --update - run: nix-shell -p biber tectonic --run "tectonic Main.tex" - # - name: Create Release - # uses: softprops/action-gh-release@v1 - # if: startsWith(github.ref, 'refs/tags/') - # with: - # files: Main.pdf - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - # - name: Deploy via FTP - # uses: SamKirkland/FTP-Deploy-Action@v4.3.4 - # if: startsWith(github.ref, 'refs/tags/') - # with: - # server: nareshkumarrao.com - # username: ${{ secrets.FTP_USERNAME }} - # password: ${{ secrets.FTP_PASSWORD }} - # port: 21 - # protocol: ftp - # local-dir: ./ - # server-dir: master_thesis/ - # include: Main.pdf + - name: Create Release + uses: actions/release-action@main + with: + files: |- + Main.tex + api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file