Skip to content

Commit 19df709

Browse files
committed
Attempt build number fix for Win
1 parent 7359d5f commit 19df709

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
@@ -175,6 +175,13 @@ jobs:
175175
- uses: actions/checkout@v2
176176
- name: Setup Submodules
177177
run: git config --global --add safe.directory . && git submodule update --init --recursive
178+
- name: Dolphin-Build Number
179+
run: |
180+
export LASTCOMMIT=$(git log --pretty=format:%H -1)
181+
export DOLPHINVER="v3.1.2-mainline-beta.3"
182+
echo "DOLPHIN Build $DOLPHINVER"
183+
echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
184+
get-content Source/Core/Common/scmrev.h.in | %{$_ -replace "s|\${DOLPHIN_WC_DESCRIBE}","$DOLPHINVER"}
178185
- name: Setup MSBuild
179186
uses: microsoft/[email protected]
180187
with:

0 commit comments

Comments
 (0)