From af44a51827f66e4a8cb41fb122de4ba91d608651 Mon Sep 17 00:00:00 2001 From: Imple Lee <80144331+ImpleLee@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:27:43 +0800 Subject: [PATCH] fix action version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7edace6d..ebaee0d6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -352,7 +352,7 @@ jobs: rm ./ColdClear/universal/libcold_clear.a - name: Build macOS packages id: build-packages - uses: ImpleLee/love-actions-macos-portable@v1 + uses: ImpleLee/love-actions-macos-portable@main with: app-name: ${{ needs.get-info.outputs.app-name }} bundle-id: ${{ steps.process-app-name.outputs.bundle-id }}