File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 71
71
72
72
if [[ ${{ matrix.package }} =~ uniond-release ]]
73
73
then
74
- mv ${{ matrix.system }}.${{ matrix.package }}/bin/uniond uniond -${{ matrix.system }}
74
+ mv ${{ matrix.system }}.${{ matrix.package }}/bin/uniond ${{ matrix.package }} -${{ matrix.system }}
75
75
else
76
76
mv ${{ matrix.system }}.${{ matrix.package }}/bin/${{ matrix.package }} ${{ matrix.package }}-${{ matrix.system }}
77
77
fi
@@ -228,8 +228,8 @@ jobs:
228
228
tag_name : ${{github.ref_name}}
229
229
fail_on_unmatched_files : true
230
230
files : |
231
- **/uniond-aarch64-linux
232
- **/uniond-x86_64-linux
231
+ **/uniond-release- aarch64-linux
232
+ **/uniond-release- x86_64-linux
233
233
**/galoisd-aarch64-linux
234
234
**/galoisd-x86_64-linux
235
235
- if : " !contains(github.ref_name, 'rc')"
@@ -241,7 +241,7 @@ jobs:
241
241
body_path : ${{github.ref_name}}-CHANGELOG.md
242
242
fail_on_unmatched_files : true
243
243
files : |
244
- **/uniond-aarch64-linux
245
- **/uniond-x86_64-linux
244
+ **/uniond-release- aarch64-linux
245
+ **/uniond-release- x86_64-linux
246
246
**/galoisd-aarch64-linux
247
247
**/galoisd-x86_64-linux
You can’t perform that action at this time.
0 commit comments