File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
echo "artifact-name-default=$ARTIFACT_NAME" >> $GITHUB_OUTPUT
23
23
# patch genie recipe
24
24
wget "https://raw.githubusercontent.com/ScopesCommunity/scopes-unstable/main/workarounds/genie.eo" -O ./external/recipes/genie.eo
25
- ./build.sh --silent-progress
25
+ yes | ./build.sh --silent-progress
26
26
tar -czf $ARTIFACT_NAME.tar.gz --exclude "bin/eo" bin/ doc/ include/ lib/ testing/ CREDITS.md LICENSE.md
27
27
- name : Artifact (default)
28
28
uses : actions/upload-artifact@v4
39
39
echo "artifact-name-based=$ARTIFACT_NAME" >> $GITHUB_OUTPUT
40
40
# patch genie recipe
41
41
wget "https://raw.githubusercontent.com/ScopesCommunity/scopes-unstable/main/workarounds/genie.eo" -O ./external/recipes/genie.eo
42
- ./build.sh --silent-progress
42
+ yes | ./build.sh --silent-progress
43
43
rm ./bin/eo
44
44
tar -czf $ARTIFACT_NAME.tar.gz --exclude "bin/eo" bin/ doc/ include/ lib/ testing/ CREDITS.md LICENSE.md
45
45
- name : Artifact (based)
You can’t perform that action at this time.
0 commit comments