Skip to content

Commit cc886f5

Browse files
committed
test ver hijack from appimage builder
1 parent 5e0f67b commit cc886f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ jobs:
111111
"${COMMON_ARGS[@]}" \
112112
-B build-arm .
113113
114+
- name: Dolphin-Build Number
115+
run: |
116+
export LASTCOMMIT=$(git log --pretty=format:%H -1)
117+
export DOLPHINVER=$(wget -qO- https://dolphin-emu.org/download/dev/${LASTCOMMIT} | grep '<title>' | awk '{print $NF}' | cut -d '<' -f 1)
118+
echo "DOLPHIN Build $DOLPHINVER"
119+
echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
120+
sed -i "s|\${DOLPHIN_WC_DESCRIBE}|$DOLPHINVER|g" Source/Core/Common/scmrev.h.in
114121
- name: Build Dolphin (x86_64)
115122
working-directory: build
116123
run: |

0 commit comments

Comments
 (0)