mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-15 01:07:22 +00:00
add force remove artifacts dir for CI (#338)
This commit is contained in:
parent
0846de20a4
commit
7c5de59f53
1 changed files with 2 additions and 0 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue