Skip to content

Commit 4e66e88

Browse files
committed
syntax fix?
1 parent cc886f5 commit 4e66e88

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
@@ -111,7 +111,7 @@ jobs:
111111
"${COMMON_ARGS[@]}" \
112112
-B build-arm .
113113
114-
- name: Dolphin-Build Number
114+
- name: Dolphin-Build Number
115115
run: |
116116
export LASTCOMMIT=$(git log --pretty=format:%H -1)
117117
export DOLPHINVER=$(wget -qO- https://dolphin-emu.org/download/dev/${LASTCOMMIT} | grep '<title>' | awk '{print $NF}' | cut -d '<' -f 1)

0 commit comments

Comments
 (0)