diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6851e244a..587f5487e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,4 +62,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} xcode: true - xcode_archive_path: "./${{ matrix.env.sdk }}.xcresult" \ No newline at end of file + xcode_archive_path: "./${{ matrix.sdk }}.xcresult" \ No newline at end of file