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
|
name: Debug Workflow
|
||||||
run: |
|
run: |
|
||||||
ls -la ./
|
ls -la ./bookworm-bot-linux-amd64
|
||||||
pwd
|
pwd
|
||||||
-
|
-
|
||||||
name: Upload Artifacts As Generic Packages
|
name: Upload Artifacts As Generic Packages
|
||||||
|
@ -62,6 +62,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://forgejo.neshweb.net
|
url: https://forgejo.neshweb.net
|
||||||
release-dir: ./
|
release-dir: ../
|
||||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
tag: ${{ github.ref_name }}
|
tag: ${{ github.ref_name }}
|
||||||
|
|
Loading…
Reference in a new issue