Skip to content

Commit

Permalink
Try circle ci 18
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent a66d291 commit 80ee839
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ workflows:
jobs:
- pack-qt
- upload-qt:
context:
- github
requires:
- pack-qt

Expand Down Expand Up @@ -41,5 +43,5 @@ jobs:
PKG_VERSION=`cat /tmp/artifacts/pkg-version`
echo PKG_VERSION ${PKG_VERSION} $PKG_VERSION
echo PKG_VERSION2 $PKG_VERSION
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -n "Release ${PKG_VERSION}" -replace -draft ${PKG_VERSION} /tmp/artifacts/aarch64.gz
ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" -n "Release ${PKG_VERSION}" -replace -draft ${PKG_VERSION} /tmp/artifacts/aarch64.gz

0 comments on commit 80ee839

Please sign in to comment.