mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(ci): allow slashes for branch names in server build
This commit is contained in:
parent
9c2329a5e6
commit
194f05dc9d
3
.github/actions/build-server/action.yml
vendored
3
.github/actions/build-server/action.yml
vendored
@ -28,4 +28,5 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p upload
|
mkdir -p upload
|
||||||
file=$(find dist -name '*.tar.xz' -print -quit)
|
file=$(find dist -name '*.tar.xz' -print -quit)
|
||||||
cp "$file" "upload/TriliumNextNotes-Server-${{ github.ref_name }}-${{ inputs.os }}-${{ inputs.arch }}.tar.xz"
|
name=${{ github.ref_name }}
|
||||||
|
cp "$file" "upload/TriliumNextNotes-Server-${name//\//-}-${{ inputs.os }}-${{ inputs.arch }}.tar.xz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user