attempt at further fix
This commit is contained in:
parent
00de746392
commit
e3de48359b
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
|
||||
name: Build and upload a binary on tag push
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
@ -19,7 +21,8 @@ jobs:
|
|||
with:
|
||||
direction: upload
|
||||
url: https://git.technoduck.me
|
||||
release-dir: target/release
|
||||
release-dir: release
|
||||
token: ${{secrets.app_token}}
|
||||
verbose: true
|
||||
|
||||
|
Loading…
Reference in a new issue