Skip to content

Commit

Permalink
Further naming refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Jun 27, 2024
1 parent 7090d28 commit 32a6cad
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 @@ -127,8 +127,8 @@ jobs:
run: |
cd mrtrix3
cd packaging/mingw
./run.sh ${{ env.commit_sha }} mrtrix3
mv mingw*.tar.zst ../../../${{env.output_name }}
./run.sh ${{ steps.envs.outputs.output_name }} mrtrix3
mv mingw*.tar.zst ../../../${{ steps.envs.outputs.output_name }}
- name: Upload release artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 32a6cad

Please sign in to comment.