Skip to content

Commit

Permalink
Another syntax fix for the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Oct 28, 2023
1 parent 1bcf2f0 commit a4a8572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4a8572

Please sign in to comment.