From a5303ced19574a92aad52f3330b98b8bcca521ca Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 17 Nov 2022 14:31:33 +0100 Subject: [PATCH] Fix publish --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5adb55d1f..4cb009507 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -405,16 +405,16 @@ jobs: name: ubuntu-latest_ASF-linux-x64 path: out - - name: Download ASF-osx-arm64 artifact from osx-latest + - name: Download ASF-osx-arm64 artifact from macos-latest uses: actions/download-artifact@v3.0.1 with: - name: osx-latest_ASF-osx-arm64 + name: macos-latest_ASF-osx-arm64 path: out - - name: Download ASF-osx-x64 artifact from osx-latest + - name: Download ASF-osx-x64 artifact from macos-latest uses: actions/download-artifact@v3.0.1 with: - name: osx-latest_ASF-osx-x64 + name: macos-latest_ASF-osx-x64 path: out - name: Download ASF-win-x64 artifact from windows-latest