From bbfc9f4658f3703783d398bc3325502f7e97532b Mon Sep 17 00:00:00 2001 From: Kazuki Y <6259214+kazu0617@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:34:45 +0900 Subject: [PATCH] =?UTF-8?q?upload/release=E5=AF=BE=E8=B1=A1=E3=81=AEartifa?= =?UTF-8?q?ct=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 追加当時のIssueを参考に修正(当時はHunterなかったっぽい) https://github.com/assimp/assimp/commit/a9a0c3093226a23eb7558539bc6ebe5bcb98442b --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 79b52b544..a9e569b46 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -128,13 +128,13 @@ jobs: shell: bash - uses: actions/upload-artifact@v3 - if: contains(matrix.name, 'windows-msvc') + if: contains(matrix.name, 'latest') with: name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}' path: build/bin - uses: marvinpinto/action-automatic-releases@latest - if: contains(matrix.name, 'windows-msvc') + if: contains(matrix.name, 'windows-latest') with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "master"