From 6464606c9d1dc6a4d2700100f49e20d34cda28ef Mon Sep 17 00:00:00 2001 From: Blazej SLEBODA <5544365+adobels@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:51:32 +0200 Subject: [PATCH] use segment-integrations/swift-create-xcframework --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index d002036..6f2680d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -10,6 +10,6 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v2 - - uses: unsignedapps/swift-create-xcframework@v2.3.0 + - uses: segment-integrations/swift-create-xcframework@v2 env: GITHUB_TOKEN: ${{ secrets.XCFRAMEWORK_SIGN_KEY }}