diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-06-22 15:09:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 15:09:26 (GMT) |
commit | d2e91ad50cedad8f7b3336720216afcdfb044314 (patch) | |
tree | b03d597f921166dd527a55bb20cc4f84142d71ea /.github/workflows | |
parent | 7c587d950c2529e94aa2349d033c4a6bf8bfc719 (diff) | |
download | hdf5-d2e91ad50cedad8f7b3336720216afcdfb044314.zip hdf5-d2e91ad50cedad8f7b3336720216afcdfb044314.tar.gz hdf5-d2e91ad50cedad8f7b3336720216afcdfb044314.tar.bz2 |
Add missing space in zip command (#3168)
Diffstat (limited to '.github/workflows')
-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 bcb7bb9..d8b5b0c 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 |