File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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="v3.1.2-mainline-beta.3 "
118+ export DOLPHINVER="v3.1.2-mainline-beta.4 "
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
@@ -262,7 +262,7 @@ jobs:
262262 - name : Dolphin-Build Number
263263 run : |
264264 export LASTCOMMIT=$(git log --pretty=format:%H -1)
265- export DOLPHINVER="v3.1.2-mainline-beta.3 "
265+ export DOLPHINVER="v3.1.2-mainline-beta.4 "
266266 echo "DOLPHIN Build $DOLPHINVER"
267267 echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
268268 sed -i "s|\${DOLPHIN_WC_DESCRIBE}|$DOLPHINVER|g" Source/Core/Common/scmrev.h.in
You can’t perform that action at this time.
0 commit comments