Skip to content

Commit

Permalink
Fix the publication job for new releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 16, 2023
1 parent f266497 commit d0396b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
path: dump

- name: List artifacts
run: ls -l
run: ls -lR
working-directory: dump

- name: Publish release
uses: softprops/action-gh-release@v1
with:
name: "HDF5 binaries (1.12.2)"
files: dump/*
files: dump/*/*

0 comments on commit d0396b4

Please sign in to comment.