Skip to content

Commit

Permalink
ci: WSA build fix typo (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 authored Apr 12, 2023
1 parent 39b5014 commit 5e73812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-kernel-wsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches: ["main"]
paths:
- ".github/workflows/build-kernel-wsa.yml"
- "kernel/**"
workflow_call:
workflow_dispatch:
Expand Down Expand Up @@ -141,7 +142,7 @@ jobs:
export TITLE
export VERSION="${{ env.kernelsu_version }}"
echo "[+] Compress images"
$GZIP -n -f -9 "${{ env.file_path }}"
gzip -n -f -9 "${{ env.file_path }}"
echo "[+] Image to upload"
find . -type f -name "*.gz"
if [ -n "${{ secrets.BOT_TOKEN }}" ]; then
Expand Down

0 comments on commit 5e73812

Please sign in to comment.