summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cmake-ctest.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-16 18:34:24 (GMT)
committerGitHub <noreply@github.com>2023-06-16 18:34:24 (GMT)
commit0f2cb0fd91ac718030ff888fa7801cf14b81adf3 (patch)
treee6f50058fc9e415fcf5434776a2f9aba7e694c6f /.github/workflows/cmake-ctest.yml
parentcef648eb14e9e611c81e710318924c27445878d8 (diff)
downloadhdf5-0f2cb0fd91ac718030ff888fa7801cf14b81adf3.zip
hdf5-0f2cb0fd91ac718030ff888fa7801cf14b81adf3.tar.gz
hdf5-0f2cb0fd91ac718030ff888fa7801cf14b81adf3.tar.bz2
Fix the snapshots workflow (#3148)
* Add upload url as artifact * Change doxygen path and comment log-url upload * zip doxygen files for upload * add workspace var
Diffstat (limited to '.github/workflows/cmake-ctest.yml')
-rw-r--r--.github/workflows/cmake-ctest.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml
index 2647ef8..c0713db 100644
--- a/.github/workflows/cmake-ctest.yml
+++ b/.github/workflows/cmake-ctest.yml
@@ -113,7 +113,7 @@ jobs:
- name: List files for the space (Linux)
run: |
- ls ${{ github.workspace }}
+ ls -l ${{ github.workspace }}
ls ${{ runner.workspace }}
- name: Uncompress source (Linux)
@@ -141,7 +141,7 @@ jobs:
- name: List files in the space (Linux)
run: |
ls ${{ github.workspace }}
- ls ${{ runner.workspace }}
+ ls -l ${{ runner.workspace }}
# Save files created by ctest script
- name: Save published binary (Linux)
@@ -216,7 +216,7 @@ jobs:
- name: List files in the space (MacOS)
run: |
ls ${{ github.workspace }}
- ls ${{ runner.workspace }}
+ ls -l ${{ runner.workspace }}
# Save files created by ctest script
- name: Save published binary (MacOS)