Skip to content

Commit

Permalink
Fix upload paths within drone
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Apr 24, 2020
1 parent f10d599 commit b7e0585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ def binary(ctx, name):
'from_secret': 'gpgsign_passphrase',
},
'files': [
'dist/release/*',
'dist/%s-*' % ctx.repo.name,
],
'excludes': [
'dist/release/*.sha256',
'dist/*.sha256',
],
'detach_sign': True,
},
Expand Down Expand Up @@ -349,7 +349,7 @@ def binary(ctx, name):
'from_secret': 'github_token',
},
'files': [
'dist/release/*',
'dist/%s-*' % ctx.repo.name,
],
'title': ctx.build.ref.replace('refs/tags/', ''),
'note': 'dist/CHANGELOG.md',
Expand Down
12 changes: 0 additions & 12 deletions foo

This file was deleted.

0 comments on commit b7e0585

Please sign in to comment.