From 6da4351b8d7ca695868ffdbcfc0b3d1b03391d91 Mon Sep 17 00:00:00 2001 From: Kai Azim Date: Sat, 6 Jul 2024 23:41:52 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20GH=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 81335425..a4778f2d 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -77,6 +77,7 @@ jobs: -project Loop.xcodeproj/ \ -scheme "Loop (GH ACTIONS)" \ -destination 'generic/platform=macOS' \ + -allowProvisioningUpdates \ -archivePath dist/Loop.xcarchive - name: 🥡 Export Loop.app