Skip to content

Commit

Permalink
Fix github.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia authored Aug 6, 2023
1 parent 4c2e726 commit 670e7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: natives-${{github.ref}}
prerelease: true
title: Natives from ${{github.ref#refs/heads/}}
title: Natives from ${{github.ref}}
files: |
${{github.workspace}}/*.dll
${{github.workspace}}/*.so
Expand Down

0 comments on commit 670e7d3

Please sign in to comment.