We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bca0b commit 8a2eb27Copy full SHA for 8a2eb27
2 files changed
.circleci/config.yml
@@ -22,7 +22,6 @@ jobs:
22
- run: ./zig-out/bin/zigmod ci
23
- run: zig build
24
- run: ./build_all_zig.sh
25
- - run: rm ./zig-out/bin/zigmod
26
- store_artifacts:
27
path: ./zig-out/bin/
28
destination: /artifacts/
make_release.sh
@@ -6,6 +6,7 @@ date=$(date +'%Y.%m.%d')
6
version=${CIRCLE_BUILD_NUM-$date}
7
tag=v$version
8
./zig-out/bin/zigmod aq install 1/nektro/ghr
9
+rm ./zig-out/bin/zigmod
10
~/.zigmod/bin/ghr \
11
-t ${GITHUB_TOKEN} \
12
-u ${CIRCLE_PROJECT_USERNAME} \
0 commit comments