Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Jan 4, 2024
1 parent 42b6e3c commit f02245d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
beta-run-check:
runs-on: ubuntu-22.04
#outputs:
# BETAUPDATE: ${{ steps.hasNextVersionOutput.outputs.hasNextVersion }}
# BETAUPDATE: ${{ steps.check.outputs.BETAUPDATE }}
steps:
- name: Beta Run Check
id: check
run: |
export RUNHASH=$(curl -sSfL https://github.com/qurious-pixel/dolphin/releases/tag/beta | grep '<tt>' | awk '{print $NF}' | grep -E -o 'commit.{41}' | sed 's/commit\///g')
export BETAHASH=$(curl -sSfL https://dolphin-emu.org/update/latest/beta/ | jq .hash | tr -d '"')
Expand All @@ -27,7 +28,7 @@ jobs:
fi
dolphin-appimage:
if: always() && needs.beta-run-check.outputs.BETAUPDATE == 'true'
if: needs.beta-run-check.outputs.BETAUPDATE == 'true'
name: dolphin beta bundled as appimage
runs-on: ubuntu-20.04
needs: beta-run-check
Expand Down

0 comments on commit f02245d

Please sign in to comment.