summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tarball.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-07-16 04:36:46 (GMT)
committerGitHub <noreply@github.com>2023-07-16 04:36:46 (GMT)
commitcac778a4c33e9f34eb4825fd82b892e01ca56406 (patch)
tree2b2175f8e8fca683c3ba43b651314e736350c10c /.github/workflows/tarball.yml
parent9938fc7f518f120c8cfcea8ac20cff6ba1e2a4d1 (diff)
downloadhdf5-cac778a4c33e9f34eb4825fd82b892e01ca56406.zip
hdf5-cac778a4c33e9f34eb4825fd82b892e01ca56406.tar.gz
hdf5-cac778a4c33e9f34eb4825fd82b892e01ca56406.tar.bz2
Merge changes from develop (#3237)
to support official and snapshot releases from Github.
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 c3c3bde..0bc2100 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