From 1da741024bd3c63aa387a86f69a26f3712982bc1 Mon Sep 17 00:00:00 2001 From: zztkm Date: Fri, 5 Aug 2022 22:38:09 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20Ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 545b962..e7ba3ec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: dist/** Release-on-Ubuntu: - name: Release on Windows + name: Release on Ubuntu runs-on: ubuntu-latest steps: - name: Install V @@ -63,7 +63,7 @@ jobs: dist/** Release-on-Darwin: - name: Release on Windows + name: Release on Darwin runs-on: macos-latest steps: - name: Install V