Skip to content

Commit

Permalink
fix (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored Mar 17, 2024
1 parent 6283a4e commit 58fe49f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ jobs:
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: kernel/Xanmod*.zst
tag: non-generic-${{ github.run_id }}
body: |
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: kernel/Xanmod*.zst
tag: non-generic-${{ github.run_id }}
body: |
HP-250 G6
Xanmod: ${{ github.event.inputs.KERNEL_VER }}
Clang: ${{ github.event.inputs.LLVM_VER }}

0 comments on commit 58fe49f

Please sign in to comment.