Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit abe6557

Browse files
committed
update file to upload
1 parent 4e37a9b commit abe6557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run:
4040
name: "Publish Release on GitHub"
4141
command: |
42-
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./dist/com.cpanato.statuspage-*.tar.gz
42+
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./dist/statuspage-*.tar.gz
4343
4444
workflows:
4545
version: 2

0 commit comments

Comments
 (0)