Adjusted the naming of the library in the Package file.
CI / Build & test (macOS) (push) Has been cancelled
CI / Embedded Swift cross-compile (push) Has been cancelled
Documentation / deploy (push) Has been cancelled

This commit is contained in:
2026-07-25 12:02:55 +02:00
parent f6645d2613
commit 2e7ee12ec1
37 changed files with 75 additions and 57 deletions
+2 -2
View File
@@ -52,10 +52,10 @@ jobs:
- name: Generate documentation
run: |
swift package --allow-writing-to-directory docs \
generate-documentation --target PlayDate \
generate-documentation --target PlaydateKit \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path play-date \
--hosting-base-path playdate-kit \
--output-path docs
- uses: actions/upload-pages-artifact@v3