From 7d8556213e3232a8221d960dc2862694a76ad6c6 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Thu, 7 May 2026 11:30:59 -0700 Subject: [PATCH 1/2] Give name for iOS artifact --- .github/workflows/build-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 98e12055..34bafb44 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -322,5 +322,6 @@ jobs: - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: + name: iOS path: cross-build/dist/* if-no-files-found: error From 13f22a84fca73ade284eba6106348c6065a35cb3 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Thu, 7 May 2026 13:27:45 -0700 Subject: [PATCH 2/2] Use lowercase --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 34bafb44..9a3124d3 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -322,6 +322,6 @@ jobs: - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: - name: iOS + name: ios path: cross-build/dist/* if-no-files-found: error