Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
albaintor committed Jul 30, 2024
1 parent afcf8c8 commit 32664e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Add version
run: |
DRIVER_VERSION="v$(jq .version -r driver.json)"
mkdir -p artifacts/bin
cd artifacts
DRIVER_VERSION="v$(jq .version -r driver.json)"
# echo ${{ env.VERSION }} > version.txt
echo $DRIVER_VERSION > version.txt
Expand Down

0 comments on commit 32664e3

Please sign in to comment.