Skip to content

Commit

Permalink
rad-16
Browse files Browse the repository at this point in the history
clyfly authored Dec 22, 2023
1 parent 7c2157e commit f627907
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rad build.yml
Original file line number Diff line number Diff line change
@@ -78,16 +78,16 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/project/AnyKernel3
cp $GITHUB_WORKSPACE/project/Image.gz-dtb Image.gz-dtb
zip -r9 $GITHUB_WORKSPACE/project/rad14.zip -- *
zip -r9 $GITHUB_WORKSPACE/project/rad-1.6.zip -- *
cp $GITHUB_WORKSPACE/project/Image.gz-dtb-ksu Image.gz-dtb
zip -r9 $GITHUB_WORKSPACE/project/rad14-ksu.zip -- *
zip -r9 $GITHUB_WORKSPACE/project/rad-1.6-ksu.zip -- *
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
files: |
${{ github.workspace }}/project/rad14.zip
${{ github.workspace }}/project/rad14-ksu.zip
${{ github.workspace }}/project/rad-1.6.zip
${{ github.workspace }}/project/rad-1.6-ksu.zip
name: Heyraaad-${{ env.BUILD_DATE }}
tag_name: ${{ env.BUILD_DATE }}
body: |

0 comments on commit f627907

Please sign in to comment.