Skip to content

Commit c1aba5b

Browse files
committed
julia version name to test
1 parent 7f50d11 commit c1aba5b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
uses: actions/upload-artifact@v4
4343
with:
4444
name: HiGHS_binaries.${{ github.ref_name }}.x86_64-linux-gnu-cxx11.tar.gz
45-
path: ./HiGHS_binaries.${{ github.ref_name }}.x86_64-linux-gnu-cxx11.tar.gz
45+
path: ./HiGHS_binaries.v1.12.0.aarch64-linux-gnu-cxx11.tar.gz
46+
# path: ./HiGHS_binaries.${{ github.ref_name }}.x86_64-linux-gnu-cxx11.tar.gz
4647

4748
build-linux-aarch64:
4849
name: HiGHS -- Linux (aarch64) -- Release ${{ github.ref_name }}
@@ -77,7 +78,8 @@ jobs:
7778
uses: actions/upload-artifact@v4
7879
with:
7980
name: HiGHS_binaries.${{ github.ref_name }}.aarch64-linux-gnu-cxx11.tar.gz
80-
path: ./HiGHS_binaries.${{ github.ref_name }}.aarch64-linux-gnu-cxx11.tar.gz
81+
path: ./HiGHS_binaries.v1.12.0.aarch64-linux-gnu-cxx11.tar.gz
82+
# path: ./HiGHS_binaries.${{ github.ref_name }}.aarch64-linux-gnu-cxx11.tar.gz
8183

8284
build-windows-x64:
8385
name: HiGHS -- Windows (x86_64) -- Release ${{ github.ref_name }}

0 commit comments

Comments
 (0)