Update action.yml

This commit is contained in:
Igor Pečovnik
2022-12-19 07:21:47 +01:00
committed by GitHub
parent b8710a5f36
commit 6efa613291

View File

@@ -31,7 +31,7 @@ runs:
sudo mountpoint -q ${{ github.workspace }}/build/cache/rootfs.upload && sudo umount ${{ github.workspace }}/build/cache/rootfs.upload
# fix permission
sudo chown -R ${USER}.${USER} ${{ github.workspace }}/build/output/ || true
sudo chown -R ${USER}.${USER} ${{ github.workspace }}/build/ || true
# them remove what we don't need
sudo rm -rf ${{ github.workspace }}/build/cache/ || true