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