Skip to content

Commit f41eea0

Browse files
committed
fix tag checkout
1 parent cbcd294 commit f41eea0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- uses: actions/checkout@v3
2424
with:
2525
fetch-depth: 0
26+
- name: Fix Tag Checkout
27+
run: git fetch --tags --force
2628
- name: Configure
2729
run: cmake -S . -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2830
- name: Build
@@ -41,6 +43,8 @@ jobs:
4143
- uses: actions/checkout@v3
4244
with:
4345
fetch-depth: 0
46+
- name: Fix Tag Checkout
47+
run: git fetch --tags --force
4448
- name: Configure
4549
run: cmake -S . -B ${{github.workspace}}/build -G "Visual Studio 16 2019" -DSATISFACTORY3DMAP_DISABLE_CONSOLE=ON
4650
- name: Build

0 commit comments

Comments
 (0)