attempt at further fix
Some checks failed
Build and upload a binary on tag push / test (push) Successful in 1m19s
Build and upload a binary on tag push / release (push) Failing after 3m49s

This commit is contained in:
Techno Duck 2023-09-14 01:41:32 -04:00
parent 00de746392
commit e3de48359b

View file

@ -1,3 +1,5 @@
name: Build and upload a binary on tag push
on: [push] on: [push]
jobs: jobs:
@ -19,7 +21,8 @@ jobs:
with: with:
direction: upload direction: upload
url: https://git.technoduck.me url: https://git.technoduck.me
release-dir: target/release release-dir: release
token: ${{secrets.app_token}} token: ${{secrets.app_token}}
verbose: true