From 1e3df3e02d2279d505ae6f430f05a29b3afa087a Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Mon, 6 Jan 2025 13:27:56 -0700 Subject: [PATCH] Fixed tarball name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f8039a7..28da5115 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: 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" # valgrind: # # if: ${{ false }}