mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-04 13:17:32 +01:00
Upload all artifacts on release
This commit is contained in:
parent
eec38a64d1
commit
702d69ee06
@ -798,7 +798,7 @@ jobs:
|
||||
command: |
|
||||
go get github.com/tcnksm/ghr
|
||||
VERSION=${CIRCLE_TAG}
|
||||
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} /tmp/artifacts
|
||||
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} /tmp/artifacts/**/*
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user