fix: correct formatting in build output message and fix token line in release action
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user