Skip to content

Commit

Permalink
Not in zips?
Browse files Browse the repository at this point in the history
though they are when downloading with browser?

got last time:

esmf-8.3.1-gcc-12-mpiuni:
total 52292
-rw-r--r-- 1 runner docker 53545070 May  7 03:58 8.3.1-gcc-12.tar.gz

esmf-8.4.2-gcc-12-mpiuni:
total 53356
-rw-r--r-- 1 runner docker 54635221 May  7 03:58 8.4.2-gcc-12.tar.gz
  • Loading branch information
zmoon committed May 7, 2024
1 parent 230e55f commit ed80ff9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,14 @@ jobs:
with:
name:

- name: Extract downloaded ESMF tar.gz's
run: |
ls -Al esmf-*
for d in esmf-*; do
unzip ${d}/${d}.zip
done
- name: List downloaded artifacts
run: ls -Al esmf-*

- name: Upload ESMFs to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./*.tar.gz
file: ./esmf-*/*.tar.gz
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit ed80ff9

Please sign in to comment.