Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Fix the version tag being cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Feb 29, 2024
1 parent 5b56c69 commit c28b5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Generate Release Name, Tag, and Notes
id: release_info
run: |
echo "tag=$(LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 grep -hoPe "[0-9]+\.[0-9]+\.[0-9]+(|[abc][0-9]+)" "${{ github.workspace }}/build/generated/version.h")" >> $GITHUB_OUTPUT
echo "tag=$(LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 grep -hoPe "[0-9]+\.[0-9]+\.[0-9]+([abc][0-9]+|)" "${{ github.workspace }}/build/generated/version.h")" >> $GITHUB_OUTPUT
dateName=$(date +'%Y-%m-%d %H:%M:%S')
echo "name=Hellextractor v${tag}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c28b5a9

Please sign in to comment.