fix: correct formatting in build output message and fix token line in release action

This commit is contained in:
2026-03-16 22:54:17 +01:00
parent 9322a8f723
commit 2c3b9e458d

View File

@@ -62,7 +62,7 @@ jobs:
VERBOSE_IMPORT: "false"
- name: Show raw build output
run: echo "Raw build path: ${{ steps.build.outputs.build }}"
run: echo "Raw build path ${{ steps.build.outputs.build }}"
- name: Normalize build path
run: |
@@ -84,4 +84,4 @@ jobs:
name: "${{ steps.changelog.outputs.version }}"
body: ${{ steps.changelog.outputs.body }}
draft: false
token: ${{ secrets.GITEA_TOKEN }}
token: ${{ secrets.GITEA_TOKEN }}path: ${{ steps.build.outputs.build }}