Skip to content

Commit

Permalink
fix(ci): rename uniond bin in release workflow (#1040)
Browse files Browse the repository at this point in the history
* fix(ci): rename uniond output bin

* chore(ci): remove debug
  • Loading branch information
PoisonPhang committed Dec 13, 2023
1 parent 40dcbc8 commit 8176eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if [[ ${{ matrix.package }} =~ uniond-release ]]
then
mv ${{ matrix.system }}.${{ matrix.package }}/bin/uniond ${{ matrix.package }}-${{ matrix.system }}
mv ${{ matrix.system }}.${{ matrix.package }}/bin/uniond uniond-${{ matrix.system }}
else
mv ${{ matrix.system }}.${{ matrix.package }}/bin/${{ matrix.package }} ${{ matrix.package }}-${{ matrix.system }}
fi
Expand Down

0 comments on commit 8176eef

Please sign in to comment.