diff --git a/.github/workflows/onpush.yaml b/.github/workflows/onpush.yaml index 07a855f..27f4bc2 100644 --- a/.github/workflows/onpush.yaml +++ b/.github/workflows/onpush.yaml @@ -18,10 +18,11 @@ jobs: - name: Build Kas run: git fetch origin $GITHUB_SHA && rm -rf build/ && git reset --hard $GITHUB_SHA && git clean -f -d && env && kas build .github/configs/sunxi/sunxi-orange-pi-3lts-remix-scarthgap.yaml:.github/configs/shared-vols.yaml - name: chown - run: sudo chown -R root:root . + run: sudo chown -R root:root $RUNNER_TEMP - name: Archive production artifacts uses: actions/upload-artifact@v4 with: name: images path: | build/tmp-*/deploy/images/*/*.wic.* +