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

Commit

Permalink
Undo dc72da4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Feb 29, 2024
1 parent 7e0cab8 commit 5b56c69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
- name: Generate Release Name, Tag, and Notes
id: release_info
run: |
VERSION=$(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_ENV}
echo "tag=${VERSION}" >> $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 5b56c69

Please sign in to comment.