From de6a9c7f8fa84c32d7a6af708bb90a085c4dadb0 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Mon, 15 Apr 2024 17:47:38 -0600 Subject: [PATCH] Updated tarball name --- .github/workflows/chm.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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