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