Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 95dbf27

Browse files
authored
Update Wercker release step
Update release step to use correct file path.
1 parent 7ee3346 commit 95dbf27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wercker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ release:
7373
- github-create-release:
7474
token: $GITHUB_TOKEN
7575
tag: $GITHUB_RELEASE_VERSION
76-
title: Application $GITHUB_RELEASE_VERSION
76+
title: $GITHUB_RELEASE_VERSION
7777
draft: false
7878

7979
- github-upload-asset:
8080
token: $GITHUB_TOKEN
81-
file: $WERCKER_OUTPUT_DIR/dist/bin/oci
81+
file: $WERCKER_OUTPUT_DIR/bin/oci
8282
filename: oci

0 commit comments

Comments
 (0)