diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-06-22 15:09:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 15:09:55 (GMT) |
commit | 265f31162445be244e0c8041b8f55e3655cbd359 (patch) | |
tree | 26a8c434ba43d3f8ba185ee0891f9eb370fbd486 /.github | |
parent | 5bb594496e56c8d3df44d97d114174401b409c46 (diff) | |
download | hdf5-265f31162445be244e0c8041b8f55e3655cbd359.zip hdf5-265f31162445be244e0c8041b8f55e3655cbd359.tar.gz hdf5-265f31162445be244e0c8041b8f55e3655cbd359.tar.bz2 |
Add missing space in zip command (#3170)
Diffstat (limited to '.github')
-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 ccc3181..5c9f999 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 |