diff --git a/.github/workflows/chm.yml b/.github/workflows/chm.yml index c6b223f2f..62a9db697 100644 --- a/.github/workflows/chm.yml +++ b/.github/workflows/chm.yml @@ -102,8 +102,7 @@ jobs: echo DATE="${{ needs.init.outputs.DATE }}" echo DATE_RFC_3339="${{ needs.init.outputs.DATE_RFC_3339 }}" echo DATE_FULL="${{ needs.init.outputs.DATE_FULL }}" - # echo TARBALL="${{ needs.init.outputs.NAME_LOWERCASE }}-${{ needs.init.outputs.VER }}-${{ needs.init.outputs.REL }}.tar.gz" - echo TARBALL="phreeqcrm-${{ needs.init.outputs.VER }}-${{ needs.init.outputs.REL }}.tar.gz" + echo TARBALL="phreeqc-${{ needs.init.outputs.VER }}-${{ needs.init.outputs.REL }}.tar.gz" build-chm: runs-on: windows-latest