Skip to content

Commit

Permalink
ci: fix WSA upload path (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 authored Apr 12, 2023
1 parent 5e73812 commit 0bda101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-kernel-wsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:

- name: Post to Telegram
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || github.ref_type == 'tag' }}
working-directory: WSA-Linux-Kernel/arch/${{ matrix.arch }}/boot
env:
CHAT_ID: ${{ secrets.CHAT_ID }}
CACHE_CHAT_ID: ${{ secrets.CACHE_CHAT_ID }}
Expand Down

0 comments on commit 0bda101

Please sign in to comment.