Skip to content

Commit

Permalink
correct download tags
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed May 23, 2024
1 parent b5cc719 commit 2e427e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'tags/snapshot'
version: 'tags/snapshot-1.14'
file: 'last-file.txt'

- name: Read HDF5 base-name file
Expand All @@ -44,7 +44,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5_plugins'
version: 'tags/snapshot'
version: 'tags/snapshot-1.14'
file: 'last-file.txt'

- name: Read base-name file
Expand All @@ -64,7 +64,7 @@ jobs:
needs: [get-old-names]
uses: ./.github/workflows/tarball.yml
with:
use_tag: snapshot
use_tag: snapshot-1.14
use_environ: snapshots

call-workflow-ctest:
Expand All @@ -74,7 +74,7 @@ jobs:
preset_name: ci-StdShar
file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}
use_hdf: ${{ needs.get-old-names.outputs.hdf5-name }}
# use_tag: snapshot
# use_tag: snapshot-1.14
use_environ: snapshots
if: ${{ ((needs.call-workflow-tarball.outputs.has_changes == 'true') || (needs.get-base-names.outputs.run-ignore == 'ignore')) }}

Expand All @@ -87,7 +87,7 @@ jobs:
file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}
file_branch: ${{ needs.call-workflow-tarball.outputs.file_branch }}
file_sha: ${{ needs.call-workflow-tarball.outputs.file_sha }}
use_tag: snapshot
use_tag: snapshot-1.14
use_environ: snapshots
if: ${{ ((needs.call-workflow-tarball.outputs.has_changes == 'true') || (needs.get-base-names.outputs.run-ignore == 'ignore')) }}

Expand All @@ -98,7 +98,7 @@ jobs:
uses: ./.github/workflows/remove-files.yml
with:
file_base: ${{ needs.get-old-names.outputs.plugin-name }}
use_tag: snapshot
use_tag: snapshot-1.14
use_environ: snapshots
if: ${{ ((needs.call-workflow-tarball.outputs.has_changes == 'true') || (needs.get-base-names.outputs.run-ignore == 'ignore')) }}

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
description: 'Release hdf5 version tag'
type: string
required: false
default: snapshot
default: snapshot-1.14
use_tag:
description: 'Release version tag'
type: string
required: false
default: snapshot
default: snapshot-1.14

permissions:
contents: read
Expand Down

0 comments on commit 2e427e7

Please sign in to comment.