Debug Release Workflow
Some checks failed
Some checks failed
This commit is contained in:
parent
195f88e297
commit
2b90bf3438
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ jobs:
|
|||
-
|
||||
name: Debug Workflow
|
||||
run: |
|
||||
ls -la ./
|
||||
ls -la ./bookworm-bot-linux-amd64
|
||||
pwd
|
||||
-
|
||||
name: Upload Artifacts As Generic Packages
|
||||
|
@ -62,6 +62,6 @@ jobs:
|
|||
with:
|
||||
direction: upload
|
||||
url: https://forgejo.neshweb.net
|
||||
release-dir: ./
|
||||
release-dir: ../
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
tag: ${{ github.ref_name }}
|
||||
|
|
Loading…
Reference in a new issue