Skip to content

Commit d0396b4

Browse files
committed
Fix the publication job for new releases.
1 parent f266497 commit d0396b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-libraries.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
path: dump
6262

6363
- name: List artifacts
64-
run: ls -l
64+
run: ls -lR
6565
working-directory: dump
6666

6767
- name: Publish release
6868
uses: softprops/action-gh-release@v1
6969
with:
7070
name: "HDF5 binaries (1.12.2)"
71-
files: dump/*
71+
files: dump/*/*

0 commit comments

Comments
 (0)