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

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
magojohnji committed Aug 13, 2023
1 parent bbe6a25 commit d910860
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ jobs:
uses: softprops/action-gh-release@master
if: github.event.inputs.release == 'true'
with:
tag_name: Build-${{ env.BUILD_TIME }}
tag_name: Build-${{ env.DEVICE }}-${{ env.BUILD_TIME }}
draft: false
prerelease: false
files: |
Expand All @@ -431,4 +431,5 @@ jobs:
kernel_workspace/magisk-patch/boot-magisk.img
kernel_workspace/magisk-patch/magisk/Magisk.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d910860

Please sign in to comment.