ci: fix WSA upload path (#372)
This commit is contained in:
1
.github/workflows/build-kernel-wsa.yml
vendored
1
.github/workflows/build-kernel-wsa.yml
vendored
@@ -127,7 +127,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Post to Telegram
|
- name: Post to Telegram
|
||||||
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || github.ref_type == 'tag' }}
|
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || github.ref_type == 'tag' }}
|
||||||
working-directory: WSA-Linux-Kernel/arch/${{ matrix.arch }}/boot
|
|
||||||
env:
|
env:
|
||||||
CHAT_ID: ${{ secrets.CHAT_ID }}
|
CHAT_ID: ${{ secrets.CHAT_ID }}
|
||||||
CACHE_CHAT_ID: ${{ secrets.CACHE_CHAT_ID }}
|
CACHE_CHAT_ID: ${{ secrets.CACHE_CHAT_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user