change release dir

This commit is contained in:
Samuel Lorch 2024-07-05 23:52:20 +02:00
parent 659b9ddaca
commit 927d4b695a

View file

@ -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 }}