Merge pull request #427 from Stremio/build-workflow-fix

use github ref_name for all branches
This commit is contained in:
Alexandru Branza 2023-07-19 17:44:25 +02:00 committed by GitHub
commit ba25c4791d
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