From ead7862be0acc52394647eac97d6c83326533789 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sun, 5 Jan 2025 02:56:12 +0200 Subject: [PATCH] Fix syntax error in CI workflow for conditional espeak-ng data upload --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f06be0..c582443 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: run: | latestTag=$(gh release view --json tagName --jq '.tagName') gh release upload $latestTag ${{ matrix.archive }} --clobber - if [[ -f espeak-ng-data.tar.gz ]] + if [[ -f espeak-ng-data.tar.gz ]]; then gh release upload $latestTag espeak-ng-data.tar.gz --clobber fi env: