mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-13 05:19:50 +04:00
add force remove artifacts dir for CI (#338)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -81,6 +81,8 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
runs-on: [self-hosted]
|
runs-on: [self-hosted]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Force remove artifacts dir
|
||||||
|
run: rm -rf artifacts
|
||||||
- name: Create directory for artifacts
|
- name: Create directory for artifacts
|
||||||
run: mkdir artifacts
|
run: mkdir artifacts
|
||||||
- name: Get bootloader
|
- name: Get bootloader
|
||||||
|
|||||||
Reference in New Issue
Block a user