We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e027145 commit 51ef0a8Copy full SHA for 51ef0a8
1 file changed
.github/workflows/build.yml
@@ -78,6 +78,8 @@ jobs:
78
# This is more robust than mv and helps preserve attributes.
79
rsync -a --delete linux/ "$SOURCES_DIR/linux/"
80
81
+ mkdir -p /_shared/runs/$GITHUB_RUN_ID/build-output
82
+
83
- name: Find valid targets and versions sets
84
id: find_targets
85
run: |
@@ -102,7 +104,6 @@ jobs:
102
104
echo "Found valid targets: $TARGETS_OUTPUT"
103
105
echo "Found valid versions: $VERSIONS_OUTPUT"
106
- mkdir -p /_shared/runs/$GITHUB_RUN_ID/build-output
107
108
build:
109
needs: prebuild
0 commit comments