Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions for release option, fix branch for daily build #3185

Merged
merged 13 commits into from
Jun 29, 2023
Prev Previous commit
Next Next commit
revert release to bbrelease
  • Loading branch information
byrnHDF committed Jun 27, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lilnasy Arsh
commit 8b8f98d6b2e83e51517abe7060b995a32d21eee5
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ jobs:
if: ${{ inputs.use_environ == 'snapshots' && needs.check_commits.outputs.has_changes == 'true' }}
run: |
cd "$GITHUB_WORKSPACE/hdfsrc"
bin/release -d $GITHUB_WORKSPACE --branch ${{ needs.check_commits.outputs.branch_ref }} --revision gzip zip
bin/bbrelease -d $GITHUB_WORKSPACE --branch ${{ needs.check_commits.outputs.branch_ref }} --revision gzip zip
shell: bash

- name: Create release file base name