authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-16 13:08:17 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-16 13:08:17 -08:00
logb0fd75728f7ba1ee9e7924f30f329dfc0823134c
tree72a293e8bd0e984d41a01eec4bc07da938fdb8fa
parenta05384affd821444e6e6098da20ff19fe2bf5623

make and copy binaries to artifacts dir since the real one is fake


1 files changed, 3 insertions(+), 0 deletions(-)

.circleci/config.yml+3
...@@ -32,4 +32,7 @@ jobs:...@@ -32,4 +32,7 @@ jobs:
32 path: ./zig-cache/bin/32 path: ./zig-cache/bin/
33 destination: /artifacts/33 destination: /artifacts/
3434
35 - run: mkdir -p /artifacts/
36 - run: cp -R ./bin/. /artifacts/
37 - run: cp -R ./zig-cache/bin/. /artifacts/
35 - run: ./make_release.sh38 - run: ./make_release.sh