From cb93010943dcc56785c387fc15ba8bcf1796cb29 Mon Sep 17 00:00:00 2001 From: Yang Xia <55853655+xiazcy@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:29:45 -0800 Subject: [PATCH] fix taco gha for signing --- .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 10cae62d..21e3e490 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - name: Verify TACO filename run: | - if [ ! -f "tableau-connector/target/neptune-jdbc-v${{env.version}}.taco" ] + if [ ! -f "tableau-connector/target/neptune-jdbc-${{env.version}}.taco" ] then echo "Error: The TACO file is either incorrectly named or missing from tableau-connector/target/." echo "Contents of tableau-connector/target/:"