Skip to content

Commit

Permalink
Fixed download name
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Jan 6, 2025
1 parent f9c4307 commit ae40893
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,14 @@ jobs:
cmake:
# if: ${{ false }}
name: ${{ matrix.os }} type=${{ matrix.BUILD_TYPE }}
needs: [init, distcheck]
needs: [distcheck]
strategy:
fail-fast: false
matrix:
os: [macos-13, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, windows-2022]
BUILD_TYPE: [Debug, Release]
# os: [macos-13, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, windows-2022]
os: [ubuntu-latest, windows-latest]
# BUILD_TYPE: [Debug, Release]
BUILD_TYPE: [Release]

runs-on: ${{ matrix.os }}

Expand All @@ -266,7 +268,8 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: tarball
# name: tarball
name: phreeqc-artifacts

- name: Install ninja (Linux)
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit ae40893

Please # to comment.