From 88be1d918c92fe440176307d0da14d0b96a8bbfa Mon Sep 17 00:00:00 2001 From: Samuel Luiz Date: Fri, 24 May 2024 11:43:35 -0300 Subject: [PATCH] fix pipeline --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abaf11a..d92043a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,16 +95,19 @@ jobs: uses: actions/download-artifact@v4 with: name: Dolphin_MacOS + path: ./Dolphin_MacOS - name: Download Windows amd64 installer uses: actions/download-artifact@v4 with: name: Dolphin_Windows_Setup + path: ./Dolphin_Windows_Setup - name: Download Linux amd64 binary uses: actions/download-artifact@v4 with: name: Dolphin_Linux + path: ./Dolphin_Linux - name: Create Release id: create_release