summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tarball.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-07-18 11:28:23 (GMT)
committerGitHub <noreply@github.com>2023-07-18 11:28:23 (GMT)
commitc736d0fa4a1822a87812a73c4a56eddb64082c98 (patch)
tree6df1b3d8300381b234cebbffbb385270dbf87aa1 /.github/workflows/tarball.yml
parent779db127fc2f71bfacb5d6011921c83759605826 (diff)
downloadhdf5-c736d0fa4a1822a87812a73c4a56eddb64082c98.zip
hdf5-c736d0fa4a1822a87812a73c4a56eddb64082c98.tar.gz
hdf5-c736d0fa4a1822a87812a73c4a56eddb64082c98.tar.bz2
Merge changes from develop (#3239)
* Merge changes from develop * Store name for last snapshot * Merge bbrelease into release
Diffstat (limited to '.github/workflows/tarball.yml')
-rw-r--r--.github/workflows/tarball.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml
index d06bf1a..486b74c 100644
--- a/.github/workflows/tarball.yml
+++ b/.github/workflows/tarball.yml
@@ -115,7 +115,7 @@ jobs:
if: ${{ (inputs.use_environ == 'snapshots') && (needs.check_commits.outputs.has_changes == 'true') }}
run: |
cd "$GITHUB_WORKSPACE/hdfsrc"
- bin/bbrelease -d $GITHUB_WORKSPACE --branch ${{ needs.check_commits.outputs.branch_ref }} --revision gzip zip
+ bin/release -d $GITHUB_WORKSPACE --branch ${{ needs.check_commits.outputs.branch_ref }} --revision gzip zip
shell: bash
- name: Create release file base name