Skip to content

Commit 8a2eb27

Browse files
committed
we still need zigmod in make_release to install zig ghr
1 parent b2bca0b commit 8a2eb27

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- run: ./zig-out/bin/zigmod ci
2323
- run: zig build
2424
- run: ./build_all_zig.sh
25-
- run: rm ./zig-out/bin/zigmod
2625
- store_artifacts:
2726
path: ./zig-out/bin/
2827
destination: /artifacts/

make_release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date=$(date +'%Y.%m.%d')
66
version=${CIRCLE_BUILD_NUM-$date}
77
tag=v$version
88
./zig-out/bin/zigmod aq install 1/nektro/ghr
9+
rm ./zig-out/bin/zigmod
910
~/.zigmod/bin/ghr \
1011
-t ${GITHUB_TOKEN} \
1112
-u ${CIRCLE_PROJECT_USERNAME} \

0 commit comments

Comments
 (0)