Skip to content

Commit 8f8602f

Browse files
committed
[CI] Fetch tags so non-release artefacts have based tag in their name instead of just (abbreviated) sha1
1 parent 4de2eba commit 8f8602f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/premake5-windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
submodules: recursive
32+
fetch-depth: 0
33+
fetch-tags: true
3234

3335
- name: install premake5
3436
uses: Jarod42/install-premake5@v2

0 commit comments

Comments
 (0)