Support for iOS builds! #21

Merged
Kolyah35 merged 21 commits from ios-support into main 2026-04-06 21:58:51 +02:00
Showing only changes of commit 6f0c485a9f - Show all commits

View File

@@ -291,7 +291,6 @@ jobs:
name: Publish
runs-on: ubuntu-latest
needs: [ build-windows, build-linux, build-android, build-web, build-ios ]
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v4