Update build-bsp.yml

This commit is contained in:
Igor Pečovnik
2021-12-24 23:13:00 +01:00
committed by GitHub
parent 76d0062dcd
commit 84167db430

View File

@@ -42,7 +42,7 @@ jobs:
- name: Remove previous artefacts if any
run: |
sudo rm -rf changes.txt 2>/dev/null || true
sudo rm -rf changes 2>/dev/null || true
- name: Download changes
uses: actions/download-artifact@v2