From 03c290f5f0579afe11b648f3f46b0921f23ea2c8 Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 19 Feb 2023 13:21:15 -0500 Subject: [PATCH] Probably --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 5189d51..4343aa0 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -155,7 +155,7 @@ jobs: with: type: 'zip' filename: Release-${{github.ref_name}}-ios.ipa - directory: build/ios/iphoneos/Payload + directory: build/ios/iphoneos - name: IOS Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')