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 }}