From b16ce512bb119ce50bf091aa2d7a90ca7a9cc3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Fri, 7 Mar 2025 09:06:30 -0300 Subject: [PATCH] Another commit to show in release notes --- .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 aea3fce..90e43d5 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - name: Upload PDF to Release uses: actions/upload-artifact@v3 with: - name: main.pdf # The file to upload as the release asset + name: main.pdf # The file to upload as the release asset. path: dist/main.pdf # Path to the compiled PDaF # Step 6: Create release