Skip to content

Commit

Permalink
Updated uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Apr 16, 2024
1 parent 4befedd commit c6fcd1e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/chm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ jobs:
name: chm
path: ${{github.workspace}}/HTMLversion

- uses: actions/download-artifact@v4
with:
name: HTML

- name: install dos2unix
run: sudo apt-get -y install dos2unix

Expand Down Expand Up @@ -227,8 +231,8 @@ jobs:
with:
name: tarball
path: |
**/_build/*.tar.gz
**/_build/*.zip
**/*.tar.gz
**/*.zip
**/PHREEQC_ReadMe_Windows_and_Linux_Batch_Versions.txt
**/Phreeqc_ReleaseNotes.txt
**/HTML.tar.gz

0 comments on commit c6fcd1e

Please # to comment.