Skip to content

Commit

Permalink
Merge pull request #427 from Stremio/build-workflow-fix
Browse files Browse the repository at this point in the history
use github ref_name for all branches
  • Loading branch information
jaruba committed Jul 19, 2023
2 parents cf184ab + e62c1e6 commit ba25c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba25c47

Please sign in to comment.