.github/workflows: bug fix: ebitenmobile generates .xcframework

This commit is contained in:
Hajime Hoshi 2022-01-05 02:09:46 +09:00
parent 6b34ddecfa
commit b065b64f4f

View File

@ -113,4 +113,4 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') }}
run: |
cd /tmp/go-inovation
ebitenmobile bind -target ios -o Inovation.framework -v github.com/hajimehoshi/go-inovation/mobile
ebitenmobile bind -target ios -o Inovation.xcframework -v github.com/hajimehoshi/go-inovation/mobile