Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 4, 2024
1 parent 0ad9242 commit 4667977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ jobs:
with:
path: ./artifacts # download to a specific folder
- name: Script to prepare release
shell: bash
run: |
mexlibczi_version=$(scripts/get_version.sh)
mexlibczi_version=$(bash scripts/get_version.sh)
git_version=$(git describe --always)
echo "releaseName=version ${mexlibczi_version} (${git_version})" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 4667977

Please sign in to comment.