Skip to content

Commit

Permalink
CI: fix malformed tag name
Browse files Browse the repository at this point in the history
Change-Id: I2e6a8c4a9b6e9b7a4bab487d86fd996b8dacabbc
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed Feb 14, 2024
1 parent 881818e commit 53e557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
path: ${{ github.workspace }}
- name: Release Tag
id: release_tag
run: echo "TAG_NAME='GCC Build $(date -u +%d%m%Y%I%M)'" >> $GITHUB_ENV
run: echo "TAG_NAME='$(date -u +%d%m%Y%I%M)'" >> $GITHUB_ENV
- name: Create Release
run: |
gh release create ${{ env.TAG_NAME }} -F aarch64-tarball/gcc-version */*.xz
Expand Down

0 comments on commit 53e557f

Please sign in to comment.