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 fc34cc5 commit 7b970b4Copy full SHA for 7b970b4
.github/workflows/ci.yml
@@ -178,8 +178,6 @@ jobs:
178
- name: Get Tags
179
run: |
180
git fetch --tags
181
- $TAGLATEST="git describe --tags $(git rev-list --tags --max-count=1)"
182
- git checkout $TAGLATEST
183
- name: Build
184
run: msbuild "Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64
185
- name: Upload Build Artifact
0 commit comments