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