Skip to content

Commit

Permalink
fix taco gha for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed Mar 1, 2024
1 parent 9ca46c6 commit cb93010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/:"
Expand Down

0 comments on commit cb93010

Please sign in to comment.