From b8544a3139fa5da4f0935c9dae084a13bb154901 Mon Sep 17 00:00:00 2001 From: Daljit Date: Tue, 25 Jun 2024 15:09:57 +0100 Subject: [PATCH] Fix --- .github/workflows/releases.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index e545c9c005..cc9e684a91 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -55,8 +55,8 @@ jobs: - name: Run build run: | cd ./packaging/macos - ./build dev - mv ./mrtrix3-macos-dev.tar.xz ../../mrtrix-macos-${{ github.events.inputs.branch }}.tar.xz + ./build ${{ github.event.inputs.branch }} + mv ./mrtrix3-macos-${{ github.event.input.branch }}.tar.xz ../../ - name: Upload release artifact uses: actions/upload-artifact@v4