Skip to content

Commit

Permalink
add new tag to juce8
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Nov 13, 2024
1 parent f72a903 commit 2ed5382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/set-variables/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:

- name: Set JUCE branch
run: |
if [[ "${{ github.ref }}" == "refs/heads/juce8" ]]
if [[ "${{ github.ref }}" == "refs/heads/juce8" || $GITHUB_REF == *"refs/tags/"* ]]
then
echo "Using JUCE 8 branch"
echo "juce-branch=juce8_local" >> $GITHUB_ENV
Expand Down

0 comments on commit 2ed5382

Please sign in to comment.