Skip to content

Commit

Permalink
Change names
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Oct 14, 2023
1 parent 02f0d7f commit 9793da1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/master-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Pack
run: |
cp updater build/dist/bin
file_name="suanPan-macos"
file_name="suanPan-macos-openblas"
if [ "${{ matrix.vtk }}" == "ON" ]; then
file_name+="-vtk"
fi
Expand Down Expand Up @@ -171,9 +171,7 @@ jobs:
if [ "${{ matrix.vtk }}" == "ON" ]; then
file_name+="-vtk"
fi
if [ "${{ matrix.avx }}" == "ON" ]; then
file_name+="-avx"
else
if [ "${{ matrix.avx }}" == "OFF" ]; then
file_name+="-no-avx"
fi
file_name+=".7z"
Expand Down

0 comments on commit 9793da1

Please sign in to comment.