From 8f8602fd497a91a4c056213e24e8605bf31c22e3 Mon Sep 17 00:00:00 2001 From: Jarod42 Date: Tue, 31 Dec 2024 13:12:09 +0100 Subject: [PATCH] [CI] Fetch tags so non-release artefacts have based tag in their name instead of just (abbreviated) sha1 --- .github/workflows/premake5-windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/premake5-windows.yml b/.github/workflows/premake5-windows.yml index e3b09e21..bc55e744 100644 --- a/.github/workflows/premake5-windows.yml +++ b/.github/workflows/premake5-windows.yml @@ -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