change release dir
This commit is contained in:
parent
659b9ddaca
commit
927d4b695a
1 changed files with 3 additions and 1 deletions
|
@ -21,11 +21,13 @@ jobs:
|
|||
with:
|
||||
go-version: '1.22'
|
||||
- run: go build
|
||||
- run: mkdir out
|
||||
- run: cp morffix out/morffix
|
||||
- uses: actions/forgejo-release@eb0fcc44a150c0de82e6fdb36752dd56bf27d017
|
||||
with:
|
||||
direction: upload
|
||||
url: https://git.soontm.de
|
||||
release-dir: ./
|
||||
release-dir: out
|
||||
release-notes: "New Release"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue