Skip to content

Commit

Permalink
fix(ci): rename uniond output bin (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Dec 13, 2023
1 parent 8176eef commit fea6492
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .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 uniond-${{ matrix.system }}
mv ${{ matrix.system }}.${{ matrix.package }}/bin/uniond ${{ matrix.package }}-${{ matrix.system }}
else
mv ${{ matrix.system }}.${{ matrix.package }}/bin/${{ matrix.package }} ${{ matrix.package }}-${{ matrix.system }}
fi
Expand Down Expand Up @@ -228,8 +228,8 @@ jobs:
tag_name: ${{github.ref_name}}
fail_on_unmatched_files: true
files: |
**/uniond-aarch64-linux
**/uniond-x86_64-linux
**/uniond-release-aarch64-linux
**/uniond-release-x86_64-linux
**/galoisd-aarch64-linux
**/galoisd-x86_64-linux
- if: "!contains(github.ref_name, 'rc')"
Expand All @@ -241,7 +241,7 @@ jobs:
body_path: ${{github.ref_name}}-CHANGELOG.md
fail_on_unmatched_files: true
files: |
**/uniond-aarch64-linux
**/uniond-x86_64-linux
**/uniond-release-aarch64-linux
**/uniond-release-x86_64-linux
**/galoisd-aarch64-linux
**/galoisd-x86_64-linux

0 comments on commit fea6492

Please sign in to comment.