From f34d1e52212ad3e328ea0254ea9e6c137e0e9121 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Sat, 18 May 2024 17:41:14 -0700 Subject: [PATCH] Update GitHub Action --- .github/workflows/xcframework-commit-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcframework-commit-and-release.yml b/.github/workflows/xcframework-commit-and-release.yml index cd9e376..acefe99 100644 --- a/.github/workflows/xcframework-commit-and-release.yml +++ b/.github/workflows/xcframework-commit-and-release.yml @@ -76,4 +76,4 @@ jobs: generate_release_notes: true fail_on_unmatched_files: true files: | - ${{ inputs.outputpath }}/*.xcframework + ./.build/*.xcframework.tar.gz