From f121e297df2968d1cc8818547186fcbcf129c2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Mon, 11 Apr 2022 11:58:57 +0200 Subject: [PATCH] Fix publish github signed apk CI step (again) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d2cf195..810495d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,13 +118,13 @@ jobs: - ultrasonic-*.apk* publish_github_signed_apk: docker: - - image: cimg/go + - image: cimg/go:1.18 steps: - attach_workspace: at: /tmp/ultrasonic-release - run: name: install ghr - command: go get -v github.com/tcnksm/ghr + command: go install -v github.com/tcnksm/ghr@latest - run: name: publish release on github tag command: ghr -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} ${CIRCLE_TAG} /tmp/ultrasonic-release