From 2a8c1a344b5dd7499bc3ad7071ba14ce5e5df74d Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 20 May 2023 22:57:00 +0900 Subject: [PATCH] =?UTF-8?q?xcframework=E3=81=AE=E5=91=BD=E5=90=8D=E8=A6=8F?= =?UTF-8?q?=E5=89=87=E3=82=92=E5=A4=89=E3=81=88=E3=82=8B=20(#20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 656663e..2dcb591 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -201,14 +201,14 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ env.ONNXRUNTIME_VERSION }} # ==> github.event.release.tag_name file: ${{ env.RELEASE_NAME }}.tgz - + build-xcframework: needs: build-onnxruntime runs-on: macos-12 steps: - name: Generate RELEASE_NAME and ONNXRUNTIME_BASENAME run: | - echo "RELEASE_NAME=onnxruntime-xcframework-${{ env.ONNXRUNTIME_VERSION }}" >> $GITHUB_ENV + echo "RELEASE_NAME=onnxruntime-ios-xcframework-${{ env.ONNXRUNTIME_VERSION }}" >> $GITHUB_ENV echo "ONNXRUNTIME_BASENAME=libonnxruntime.${{ env.ONNXRUNTIME_VERSION }}.dylib" >> "$GITHUB_ENV" - uses: actions/download-artifact@v2 @@ -261,4 +261,3 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ env.ONNXRUNTIME_VERSION }} # ==> github.event.release.tag_name file: ${{ env.RELEASE_NAME }}.zip - \ No newline at end of file