mirror of https://github.com/Hilbis/Hilbish
ci: fix branch name var
parent
bd01b478d5
commit
237b306eb8
|
@ -39,5 +39,5 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./website/public
|
||||
destination_dir: versions/${( steps.branch.outputs.BRANCH_NAME }}
|
||||
destination_dir: versions/${{ steps.branch.outputs.BRANCH_NAME }}
|
||||
keep_files: true
|
||||
|
|
Loading…
Reference in New Issue