| author | |
| committer | |
| log | b0fd75728f7ba1ee9e7924f30f329dfc0823134c |
| tree | 72a293e8bd0e984d41a01eec4bc07da938fdb8fa |
| parent | a05384affd821444e6e6098da20ff19fe2bf5623 |
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/ |
| 34 | 34 | ||
| 35 | - run: mkdir -p /artifacts/ | ||
| 36 | - run: cp -R ./bin/. /artifacts/ | ||
| 37 | - run: cp -R ./zig-cache/bin/. /artifacts/ | ||
| 35 | - run: ./make_release.sh | 38 | - run: ./make_release.sh |