ci: WSA build fix typo (#370)
This commit is contained in:
3
.github/workflows/build-kernel-wsa.yml
vendored
3
.github/workflows/build-kernel-wsa.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
paths:
|
paths:
|
||||||
|
- ".github/workflows/build-kernel-wsa.yml"
|
||||||
- "kernel/**"
|
- "kernel/**"
|
||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -141,7 +142,7 @@ jobs:
|
|||||||
export TITLE
|
export TITLE
|
||||||
export VERSION="${{ env.kernelsu_version }}"
|
export VERSION="${{ env.kernelsu_version }}"
|
||||||
echo "[+] Compress images"
|
echo "[+] Compress images"
|
||||||
$GZIP -n -f -9 "${{ env.file_path }}"
|
gzip -n -f -9 "${{ env.file_path }}"
|
||||||
echo "[+] Image to upload"
|
echo "[+] Image to upload"
|
||||||
find . -type f -name "*.gz"
|
find . -type f -name "*.gz"
|
||||||
if [ -n "${{ secrets.BOT_TOKEN }}" ]; then
|
if [ -n "${{ secrets.BOT_TOKEN }}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user