Force copy files to firmware directory

This commit is contained in:
Jason2866
2026-04-26 12:43:29 +02:00
committed by GitHub
parent f6bcc0e16a
commit a0e6bf79e1
+1 -1
View File
@@ -170,7 +170,7 @@ jobs:
- name: Move safeboot files
run: |
mkdir -p ./firmware/firmware
find ./temp -type f -exec cp -t ./firmware/firmware {} +
find ./temp -type f -exec cp -f -t ./firmware/firmware {} +
- name: Add SHA to footer
run: |
COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")