File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
needs : [log-the-inputs, call-workflow-tarball]
60
60
uses : ./.github/workflows/ant.yml
61
61
with :
62
- file_base : ${{ needs.create-files-ant .outputs.file_base }}
62
+ file_base : ${{ needs.call-workflow-tarball .outputs.file_base }}
63
63
use_hdf : ${{ needs.log-the-inputs.outputs.rel4_tag }}
64
64
use_hdf5 : ${{ needs.log-the-inputs.outputs.rel5_tag }}
65
65
name_hdf5 : ${{ inputs.name_tag5 }}
74
74
needs : [log-the-inputs, call-workflow-tarball]
75
75
uses : ./.github/workflows/ant-app.yml
76
76
with :
77
- file_base : ${{ needs.create-files-ant .outputs.file_base }}
77
+ file_base : ${{ needs.call-workflow-tarball .outputs.file_base }}
78
78
use_hdf : ${{ needs.log-the-inputs.outputs.rel4_tag }}
79
79
use_hdf5 : ${{ needs.log-the-inputs.outputs.rel5_tag }}
80
80
name_hdf5 : ${{ inputs.name_tag5 }}
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
101
101
- name : Read VERSION file
102
102
id : getversion
103
- run : echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT
103
+ run : echo "version=$(cat hdfsrc/ VERSION)" >> $GITHUB_OUTPUT
104
104
105
105
- name : Retrieve version
106
106
id : version
You can’t perform that action at this time.
0 commit comments