Skip to content

Commit 4c20b70

Browse files
committed
Test for adding git tag fetching
1 parent 33b0b66 commit 4c20b70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ jobs:
175175
uses: microsoft/[email protected]
176176
with:
177177
vs-version: '16.6.2'
178+
- name: Get Tags
179+
run: |
180+
git fetch origin --tags && \
181+
git checkout tags/a-test-tag
178182
- name: Build
179183
run: msbuild "Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64
180184
- name: Upload Build Artifact

0 commit comments

Comments
 (0)