Skip to content

Commit fea6492

Browse files
committed
fix(ci): rename uniond output bin (#1041)
1 parent 8176eef commit fea6492

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
if [[ ${{ matrix.package }} =~ uniond-release ]]
7373
then
74-
mv ${{ matrix.system }}.${{ matrix.package }}/bin/uniond uniond-${{ matrix.system }}
74+
mv ${{ matrix.system }}.${{ matrix.package }}/bin/uniond ${{ matrix.package }}-${{ matrix.system }}
7575
else
7676
mv ${{ matrix.system }}.${{ matrix.package }}/bin/${{ matrix.package }} ${{ matrix.package }}-${{ matrix.system }}
7777
fi
@@ -228,8 +228,8 @@ jobs:
228228
tag_name: ${{github.ref_name}}
229229
fail_on_unmatched_files: true
230230
files: |
231-
**/uniond-aarch64-linux
232-
**/uniond-x86_64-linux
231+
**/uniond-release-aarch64-linux
232+
**/uniond-release-x86_64-linux
233233
**/galoisd-aarch64-linux
234234
**/galoisd-x86_64-linux
235235
- if: "!contains(github.ref_name, 'rc')"
@@ -241,7 +241,7 @@ jobs:
241241
body_path: ${{github.ref_name}}-CHANGELOG.md
242242
fail_on_unmatched_files: true
243243
files: |
244-
**/uniond-aarch64-linux
245-
**/uniond-x86_64-linux
244+
**/uniond-release-aarch64-linux
245+
**/uniond-release-x86_64-linux
246246
**/galoisd-aarch64-linux
247247
**/galoisd-x86_64-linux

0 commit comments

Comments
 (0)