diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-06-22 15:10:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 15:10:13 (GMT) |
commit | 36cb3a9e2a5e41d07d789d880198dc95a47f6f05 (patch) | |
tree | e723e418834b61edc6c2a3df127f99d40558c9bb | |
parent | 74eaaa5946fdf295e859491681ac66863bb4d2e4 (diff) | |
download | hdf5-36cb3a9e2a5e41d07d789d880198dc95a47f6f05.zip hdf5-36cb3a9e2a5e41d07d789d880198dc95a47f6f05.tar.gz hdf5-36cb3a9e2a5e41d07d789d880198dc95a47f6f05.tar.bz2 |
Add missing space in zip command (#3169)
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 735c21f..8e3824f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: path: ${{ github.workspace }} - name: Zip Folder - run: zip -r ${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen.zip. -i ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen + run: zip -r ${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen.zip . -i ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen - name: Get tgz-tarball (Linux) uses: actions/download-artifact@v3 |