File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 then
121121 FILE_NAME_BASE=$(echo "snapshot")
122122 else
123- FILE_NAME_BASE=$(echo "hdfview -${{ steps.version.outputs.TAG_VERSION }}")
123+ FILE_NAME_BASE=$(echo "HDFView -${{ steps.version.outputs.TAG_VERSION }}")
124124 fi
125125 fi
126126 echo "FILE_BASE=$FILE_NAME_BASE" >> $GITHUB_OUTPUT
@@ -138,7 +138,7 @@ jobs:
138138 path : ./hdfsrc/docs/RELEASE.txt
139139 if-no-files-found : error # 'warn' or 'ignore' are also available, defaults to `warn`
140140
141- - name : Create snapshot source file (tgz and zip)
141+ - name : Create release source file (tgz and zip)
142142 id : create-snapshot-files
143143 if : ${{ (inputs.use_environ == 'release') }}
144144 run : |
@@ -147,7 +147,7 @@ jobs:
147147 tar -zcvf ${{ steps.set-file-base.outputs.FILE_BASE }}.tar.gz ./${{ steps.set-file-base.outputs.FILE_BASE }}
148148 shell : bash
149149
150- - name : Create release source file (tgz and zip)
150+ - name : Create snapshot source file (tgz and zip)
151151 id : create-release-files
152152 if : ${{ (inputs.use_environ == 'snapshots') }}
153153 run : |
You can’t perform that action at this time.
0 commit comments