Skip to content

Commit f9ff779

Browse files
authored
Correct snap name (#267)
1 parent fcda738 commit f9ff779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
use_hdf: ${{ needs.log-the-inputs.outputs.rel4_tag }}
6464
use_hdf5: ${{ needs.log-the-inputs.outputs.rel5_tag }}
6565
name_hdf5: ${{ inputs.name_tag5 }}
66-
snap_name: hdfview-${{ needs.call-workflow-tarball.outputs.source_base }}
66+
snap_name: HDFView-${{ needs.call-workflow-tarball.outputs.source_base }}
6767
use_environ: release
6868
secrets:
6969
APPLE_CERTS_BASE64: ${{ secrets.APPLE_CERTS_BASE64 }}
@@ -78,7 +78,7 @@ jobs:
7878
use_hdf: ${{ needs.log-the-inputs.outputs.rel4_tag }}
7979
use_hdf5: ${{ needs.log-the-inputs.outputs.rel5_tag }}
8080
name_hdf5: ${{ inputs.name_tag5 }}
81-
snap_name: hdfview-${{ needs.call-workflow-tarball.outputs.source_base }}
81+
snap_name: HDFView-${{ needs.call-workflow-tarball.outputs.source_base }}
8282
use_environ: release
8383
secrets:
8484
APPLE_CERTS_BASE64: ${{ secrets.APPLE_CERTS_BASE64 }}

0 commit comments

Comments
 (0)