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 ebfe736 commit dd724a0
Showing 1 changed file with 3 additions and 3 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

0 comments on commit dd724a0

Please sign in to comment.