Skip to content

Commit

Permalink
Cleanup unneeded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Apr 16, 2024
1 parent c6fcd1e commit 9ba40ef
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/chm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,22 @@ jobs:
working-directory: ${{github.workspace}}/_build
run: make dist-zip

- name: mv files
working-directory: ${{github.workspace}}/_build
run: mv *.tar.gz *.zip ../.

- uses: actions/upload-artifact@v4
with:
name: tarball
path: |
**/*.tar.gz
**/*.zip
**/PHREEQC_ReadMe_Windows_and_Linux_Batch_Versions.txt
**/Phreeqc_ReleaseNotes.txt
**/HTML.tar.gz
*.tar.gz
*.zip
PHREEQC_ReadMe_Windows_and_Linux_Batch_Versions.txt
Phreeqc_ReleaseNotes.txt
HTML.tar.gz
- uses: geekyeggo/delete-artifact@v5
with:
name: |
chm
HTML

0 comments on commit 9ba40ef

Please # to comment.