Skip to content

Commit b331e09

Browse files
committed
More testing
1 parent 7b970b4 commit b331e09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,16 @@ jobs:
169169
runs-on: windows-latest
170170
steps:
171171
- uses: actions/checkout@v2
172+
- name: Get Tags
173+
run: |
174+
git fetch --tags
175+
git describe --tags $(git rev-list --tags --max-count=1)
172176
- name: Setup Submodules
173177
run: git config --global --add safe.directory . && git submodule update --init --recursive
174178
- name: Setup MSBuild
175179
uses: microsoft/[email protected]
176180
with:
177181
vs-version: '16.6.2'
178-
- name: Get Tags
179-
run: |
180-
git fetch --tags
181182
- name: Build
182183
run: msbuild "Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64
183184
- name: Upload Build Artifact

0 commit comments

Comments
 (0)