Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dianlight authored Dec 21, 2024
1 parent 28f477f commit dfc0d0f
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 @@ -27,7 +27,7 @@ jobs:

- name: Extract branch name
shell: bash
run: echo "BR_VERSION=${GITHUB_REF##*/}" >> "$GITHUB_OUTPUT"
run: echo "BR_PROJECT=$(TMP=${{github.ref_name}};echo ${TMP##*/})" >> "$GITHUB_OUTPUT"
id: extract_branch

- name: Publish ${{ steps.extract_branch.outputs.BR_VERSION }} Addon
Expand Down

0 comments on commit dfc0d0f

Please sign in to comment.