We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd1802 commit 1d860a8Copy full SHA for 1d860a8
.github/workflows/publish-aztec-packages.yml
@@ -71,6 +71,7 @@ jobs:
71
else
72
echo "Invalid tag format. Expected aztec-packages-v*"
73
exit 1
74
+ fi
75
76
setup-x86:
77
needs: [configure]
barretenberg/ts/Earthfile
@@ -22,7 +22,7 @@ deps:
22
RUN yarn --immutable
23
24
# other source files
25
- COPY --dir src *.json *.js *.cjs .
+ COPY --dir src *.json *.js *.cjs *.md .
26
27
# copy over wasm builds from cpp folder
28
COPY ../cpp/+preset-wasm-threads/bin/barretenberg.wasm src/barretenberg_wasm/barretenberg-threads.wasm
0 commit comments