summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-13 23:14:12 (GMT)
committerGitHub <noreply@github.com>2023-06-13 23:14:12 (GMT)
commit3d231bd0c018c4ac7a78640a51d404332a712d72 (patch)
treefa3909104ef9fed8cb129fbec97a42c1e47daa37 /.github
parentbfeb1b0dd5b7b2e4a706ff9b9515bba15e673f31 (diff)
downloadhdf5-3d231bd0c018c4ac7a78640a51d404332a712d72.zip
hdf5-3d231bd0c018c4ac7a78640a51d404332a712d72.tar.gz
hdf5-3d231bd0c018c4ac7a78640a51d404332a712d72.tar.bz2
merges from develop (#3115)
* Fix release action that allows files to be uploaded. * Add autotools h5copy help test. * Update cmake tools.cmake file for clang-tidy. * CMake build is missing H5FDsubfiling.h * Correct snapshot location * Add note for issue 3056
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml21
1 files changed, 5 insertions, 16 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ac22bdd..0104725 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -45,8 +45,12 @@ jobs:
- run: |
echo "Tag already present: ${{ steps.tag_create.outputs.tag_exists }}"
- getfiles:
+ PreRelease-getfiles:
runs-on: ubuntu-latest
+ needs: create-tag
+ environment: snapshots_1_14
+ permissions:
+ contents: write
steps:
- name: Get file base name
id: get-file-base
@@ -92,21 +96,6 @@ jobs:
name: tgz-ubuntu-2204-binary
path: ${{ github.workspace }}
- # Get files used by release script
-
- PreRelease:
- runs-on: ubuntu-latest
- needs: [create-tag, getfiles]
- environment: snapshots_1_14
- permissions:
- contents: write
- steps:
- - name: Get file base name
- id: get-file-base
- run: |
- FILE_NAME_BASE=$(echo "${{ inputs.file_base }}")
- echo "FILE_BASE=$FILE_NAME_BASE" >> $GITHUB_OUTPUT
-
- name: PreRelease tag
uses: softprops/action-gh-release@v1
with: