From a4a8572d2ff5caba6cb226399a312192eb3c6b95 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Sat, 28 Oct 2023 11:00:42 +0700 Subject: [PATCH] Another syntax fix for the release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4716453e24c..d6eb8f0ecf6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,6 +77,7 @@ jobs: steps: - name: Download artifacts uses: actions/download-artifact@v3 + - name: Build universal run: | export WORKDIR=/tmp/usql-universal mkdir -p $WORKDIR