Skip to content

Commit adc33cf

Browse files
committed
see if manual adjustment works
1 parent fc44cae commit adc33cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Dolphin-Build Number
116116
run: |
117117
export LASTCOMMIT=$(git log --pretty=format:%H -1)
118-
export DOLPHINVER=$(wget -qO- https://dolphin-emu.org/download/dev/${LASTCOMMIT} | grep '<title>' | awk '{print $NF}' | cut -d '<' -f 1)
118+
export DOLPHINVER="v3.1.2-mainline-beta.2"
119119
echo "DOLPHIN Build $DOLPHINVER"
120120
echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
121121
gsed -i "s|\${DOLPHIN_WC_DESCRIBE}|$DOLPHINVER|g" Source/Core/Common/scmrev.h.in

0 commit comments

Comments
 (0)