Skip to content

Commit

Permalink
Update ui-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netflexs authored Nov 14, 2024
1 parent 0b10e0b commit b243965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ui-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: LLVM Linux Kernel
name: UI LLVM Linux Kernel

on:
push:
Expand Down Expand Up @@ -139,8 +139,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: llVm${{ github.run_number }}
release_name: LLVM Build v${{ github.run_number }}
tag_name: UI.llVm${{ github.run_number }}
release_name: UI.LLVM Build v${{ github.run_number }}
draft: false
prerelease: false

Expand Down

0 comments on commit b243965

Please sign in to comment.