Skip to content

Commit fd1f476

Browse files
authored
Correct name of release tarballs (#278)
1 parent b36d7ad commit fd1f476

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tarball.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)