use single quotes

This commit is contained in:
unclekingpin 2023-05-18 13:35:06 -07:00
parent c72218f969
commit 9302807161

View file

@ -24,6 +24,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
destination_dir: ${{ github.ref_name != 'development' && github.ref_name || "") }}
destination_dir: ${{ github.ref_name != 'development' && github.ref_name || '') }}
keep_files: true
allow_empty_commit: true