Skip to content

Commit

Permalink
[CI] Fetch tags so non-release artefacts have based tag in their name…
Browse files Browse the repository at this point in the history
… instead of just (abbreviated) sha1
  • Loading branch information
Jarod42 committed Dec 31, 2024
1 parent 4de2eba commit 8f8602f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/premake5-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
fetch-tags: true

- name: install premake5
uses: Jarod42/install-premake5@v2
Expand Down

0 comments on commit 8f8602f

Please sign in to comment.