Skip to content

Commit

Permalink
matrix 6
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Jan 4, 2024
1 parent 62449db commit fe7d5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
echo "RUNHASH is $RUNHASH"
echo "BETAHASH is $BETAHASH"
if [[ $RUNHASH != $BETAHASH ]]; then
echo "BETAUPDATE=false" >> $GITHUB_OUTPUT
echo "BETAUPDATE=false" >> $GITHUB_ENV
else
echo "Updating..."
echo "BETAUPDATE=true" >> $GITHUB_OUTPUT
echo "BETAUPDATE=true" >> $GITHUB_ENV
fi
- name: Checkout Upstream Repo - beta
if: ${{ matrix.RELEASE == 'beta' && env.BETAUPDATE == 'true' }}
Expand Down

0 comments on commit fe7d5eb

Please sign in to comment.