Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Jun 25, 2024
1 parent 38e1e77 commit b8544a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8544a3

Please sign in to comment.