Fix branch checking in build-manager.yml by changing 'susfs' to 'main'

This commit is contained in:
ShirkNeko
2025-04-13 15:41:33 +08:00
parent 75a70e70be
commit 48888087e1

View File

@@ -64,7 +64,7 @@ jobs:
cd .. cd ..
rm -rf tmp rm -rf tmp
fi fi
if [ "${{ github.event_name }}" == "push" ] && [ "${{ github.ref }}" == 'refs/heads/susfs' ]; then if [ "${{ github.event_name }}" == "push" ] && [ "${{ github.ref }}" == 'refs/heads/main' ]; then
need_upload=true need_upload=true
elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
need_upload="${{ inputs.upload_lkm }}" need_upload="${{ inputs.upload_lkm }}"