Skip to content

Commit

Permalink
fix: ci build branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Feb 28, 2024
1 parent e754f3e commit e7990a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
https://api.github.com/repos/${{ github.repository }}/releases/tags/${BRANCH_NAME} \
| jq '.upload_url')
echo ${upload_url}
echo "{UPLOAD_URL}={upload_url}" >> $GITHUB_OUTPUT
echo "UPLOAD_URL=$(upload_url)" >> $GITHUB_OUTPUT
- name: Upload Asset
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
Expand Down

0 comments on commit e7990a8

Please sign in to comment.