We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7359d5f commit 19df709Copy full SHA for 19df709
.github/workflows/ci.yml
@@ -175,6 +175,13 @@ jobs:
175
- uses: actions/checkout@v2
176
- name: Setup Submodules
177
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"}
185
- name: Setup MSBuild
186
uses: microsoft/[email protected]
187
with:
0 commit comments