We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b92aef commit bade7dcCopy full SHA for bade7dc
.github/workflows/build.yml
@@ -102,6 +102,8 @@ jobs:
102
echo "Found valid targets: $TARGETS_OUTPUT"
103
echo "Found valid versions: $VERSIONS_OUTPUT"
104
105
+ mkdir BUILD_OUTPUT="/_shared/runs/$GITHUB_RUN_ID/build-output"
106
+
107
build:
108
needs: prebuild
109
runs-on: rehosting-arc
@@ -180,7 +182,6 @@ jobs:
180
182
181
183
# Use a run-specific output directory to avoid clashes
184
BUILD_OUTPUT="/_shared/runs/$GITHUB_RUN_ID/build-output"
- mkdir -p $BUILD_OUTPUT
185
sudo chown runner:runner -R $BUILD_OUTPUT
186
ls -l "$BUILD_OUTPUT"
187
mount
0 commit comments