From 4edbb78a1e30a9e22ac11f09b385c95aeab558da Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 19 Feb 2023 13:01:05 -0500 Subject: [PATCH] Probably --- .github/workflows/dart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 9deb051..5189d51 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -156,11 +156,11 @@ jobs: type: 'zip' filename: Release-${{github.ref_name}}-ios.ipa directory: build/ios/iphoneos/Payload - - name: macOS Release + - name: IOS Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - files: build/macos/Build/Products/Release/Release-${{github.ref_name}}-ios.zip + files: build/ios/iphoneos/Release-${{github.ref_name}}-ios.ipa