Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Feb 22, 2024
1 parent fe71187 commit ed1f34c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ steps:
- rm -f artifacts-base/Games/snake.fap
- rm -f artifacts-base/USB/hid_usb.fap
- rm -f artifacts-base/Bluetooth/hid_ble.fap
- rm -rf artifacts-base/Scripts/
- cd ..
- mkdir base_pack_build
- mv unleashed-firmware/artifacts-base/ base_pack_build
Expand Down Expand Up @@ -88,6 +89,7 @@ steps:
- rm -f artifacts-extra/Games/snake.fap
- rm -f artifacts-extra/USB/hid_usb.fap
- rm -f artifacts-extra/Bluetooth/hid_ble.fap
- rm -rf artifacts-extra/Scripts/
- cd ..
- mkdir extra_pack_build
- mv unleashed-firmware/artifacts-extra/ extra_pack_build
Expand Down

0 comments on commit ed1f34c

Please sign in to comment.