Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit f0f63bc

Browse files
author
Michael Weber
committed
fix release zip file
1 parent 749ad26 commit f0f63bc

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
@@ -79,7 +79,7 @@ jobs:
7979
command: |
8080
go get github.com/tcnksm/ghr
8181
VERSION=$(artifacts/vault-plugin-splunk -version | awk '{print $1}')
82-
zip -j vault-plugin-splunk artifacts/
82+
zip -jr vault-plugin-splunk artifacts/
8383
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -recreate ${VERSION} ./vault-plugin-splunk.zip
8484
8585
workflows:

0 commit comments

Comments
 (0)