diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e8d04f4..7d6cb3c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -4,7 +4,7 @@ on: push: branches: - main - + jobs: Build-PDF: runs-on: texlive-2023-04-09 @@ -30,7 +30,7 @@ jobs: PACKAGE_UPLOAD_TOKEN: ${{ secrets.PACKAGE_UPLOAD_TOKEN }} run: | curl --user henine:$PACKAGE_UPLOAD_TOKEN -X DELETE \ - https://git.raptorpond.com/api/packages/KaRTS/generic/chonicles/latest + https://git.raptorpond.com/api/packages/KaRTS/generic/chronicles/latest curl --user henine:$PACKAGE_UPLOAD_TOKEN \ --fail-with-body \ --upload-file "Chronicles of Savits.pdf" \