Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Jan 4, 2024
1 parent c7a839c commit 22f2073
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ jobs:
echo "RUNHASH is $RUNHASH"
echo "BETAHASH is $BETAHASH"
if [[ $RUNHASH == $BETAHASH ]]; then
echo "false"
echo "true"
else
echo "Updating..."
#echo "BETAUPDATE=true" >> $GITHUB_ENV
fi
dolphin-appimage:
if: needs.beta-run-check.result == true
if: needs.beta-run-check.result != true
name: dolphin beta bundled as appimage
runs-on: ubuntu-20.04
needs: beta-run-check
Expand Down

0 comments on commit 22f2073

Please sign in to comment.