Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
clyfly authored Feb 4, 2024
1 parent 035396d commit b3a1e42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rad build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
KERNEL_HOTFIX:
description: 'FYI'
required: false
default: 'N/A'
default: 'no ingfo'

jobs:
build:
Expand Down Expand Up @@ -77,16 +77,16 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/project/AnyKernel3
cp $GITHUB_WORKSPACE/project/Image.gz-dtb Image.gz-dtb
zip -r9 $GITHUB_WORKSPACE/project/rad-1.6.zip -- *
zip -r9 $GITHUB_WORKSPACE/project/skyline:mtk.zip -- *
cp $GITHUB_WORKSPACE/project/Image.gz-dtb-ksu Image.gz-dtb
zip -r9 $GITHUB_WORKSPACE/project/rad-1.6-ksu.zip -- *
zip -r9 $GITHUB_WORKSPACE/project/skyline:mtk-ksu.zip -- *
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
files: |
${{ github.workspace }}/project/rad-1.6.zip
${{ github.workspace }}/project/rad-1.6-ksu.zip
${{ github.workspace }}/project/skyline:mtk.zip
${{ github.workspace }}/project/skyline:mtk-ksu.zip
name: Heyraaad-${{ env.BUILD_DATE }}
tag_name: ${{ env.BUILD_DATE }}
body: |
Expand Down

0 comments on commit b3a1e42

Please sign in to comment.