Skip to content

Commit 404811d

Browse files
committed
path to build tarballs
1 parent 8aa006d commit 404811d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Cross-compilation of HiGHS -- x86_64-linux-gnu-cxx11
3232
run: |
3333
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
34-
julia --color=yes .github/julia/build_tarballs_release.jl x86_64-linux-gnu-cxx11 --verbose
34+
julia --color=yes .github/julia/build_tarballs.jl x86_64-linux-gnu-cxx11 --verbose
3535
3636
- name: Archive artifact
3737
run: julia --color=yes .github/julia/generate_binaries.jl
@@ -66,7 +66,7 @@ jobs:
6666
- name: Cross-compilation of HiGHS -- aarch64-linux-gnu-cxx11
6767
run: |
6868
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
69-
julia --color=yes .github/julia/build_tarballs_release.jl aarch64-linux-gnu-cxx11 --verbose
69+
julia --color=yes .github/julia/build_tarballs.jl aarch64-linux-gnu-cxx11 --verbose
7070
7171
- name: Archive artifact
7272
run: julia --color=yes .github/julia/generate_binaries.jl
@@ -101,7 +101,7 @@ jobs:
101101
- name: Cross-compilation of HiGHS -- x86_64-w64-mingw32-cxx11
102102
run: |
103103
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
104-
julia --color=yes .github/julia/build_tarballs_release.jl x86_64-w64-mingw32-cxx11 --verbose
104+
julia --color=yes .github/julia/build_tarballs.jl x86_64-w64-mingw32-cxx11 --verbose
105105
- name: Archive artifact
106106
run: julia --color=yes .github/julia/generate_binaries.jl
107107

@@ -135,7 +135,7 @@ jobs:
135135
- name: Cross-compilation of HiGHS -- x86_64-apple-darwin-cxx11
136136
run: |
137137
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
138-
julia --color=yes .github/julia/build_tarballs_release.jl x86_64-apple-darwin-cxx11 --verbose
138+
julia --color=yes .github/julia/build_tarballs.jl x86_64-apple-darwin-cxx11 --verbose
139139
140140
- name: Archive artifact
141141
run: julia --color=yes .github/julia/generate_binaries.jl
@@ -170,7 +170,7 @@ jobs:
170170
- name: Cross-compilation of HiGHS -- aarch64-apple-darwin-cxx11
171171
run: |
172172
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
173-
julia --color=yes .github/julia/build_tarballs_release.jl aarch64-apple-darwin-cxx11 --verbose
173+
julia --color=yes .github/julia/build_tarballs.jl aarch64-apple-darwin-cxx11 --verbose
174174
175175
- name: Archive artifact
176176
run: julia --color=yes .github/julia/generate_binaries.jl

0 commit comments

Comments
 (0)