ci: fix WSA upload path (#372)

This commit is contained in:
Howard Wu
2023-04-12 18:31:59 +08:00
committed by GitHub
parent 5e738129d9
commit 0bda101d4d

View File

@@ -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 }}