use github ref_name for all branches

This commit is contained in:
unclekingpin 2023-07-18 01:36:49 +03:00 committed by GitHub
parent cf184abd8a
commit 09c1c4f04c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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