Skip to content

Commit 8214cec

Browse files
committed
f
1 parent db87322 commit 8214cec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,14 @@ jobs:
257257
echo "K0S_VERSION=\"$K0S_VERSION\""
258258
echo "k0s_version=$K0S_VERSION" >> "$GITHUB_OUTPUT"
259259
260+
# this is required as cloudposse/github-action-matrix-outputs-write doesn't allow configuring the build directory
261+
# and it fails with this error if perms are not set correctly: Error: EISDIR: illegal operation on a directory, open './build'
262+
- name: Clean up build directory
263+
run: |
264+
rm -rf build
265+
260266
- name: Write matrix outputs
261267
uses: cloudposse/github-action-matrix-outputs-write@v1
262-
id: write-matrix-outputs
263268
with:
264269
matrix-step-name: ${{ github.job }}
265270
matrix-key: ${{ matrix.k0s_version }}-${{ matrix.type }}

0 commit comments

Comments
 (0)