From e83bd727744da8c5099070df314e4bf9ef07f47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Fri, 7 Mar 2025 00:24:26 -0300 Subject: [PATCH] Just testing --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 80074be..c332ba7 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -47,7 +47,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: main.pdf # The file to upload as the release asset - path: dist/main.pdf # Path to the compiled PDF + path: dist/main.pdf # Path to the compiled PDaF # Step 6: Create release - name: Create release