Skip to content

Commit 40b5d95

Browse files
authored
Update cmake-pack-sources.yml
1 parent eecd285 commit 40b5d95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cmake-pack-sources.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CMake pack sources
22

3-
on: push
3+
on:
4+
push:
5+
tags:
6+
- "v*.*.*"
47

58
env:
69
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@@ -23,7 +26,6 @@ jobs:
2326

2427
- name: Release
2528
uses: softprops/action-gh-release@v2
26-
if: startsWith(github.ref, 'refs/tags/')
2729
with:
2830
files: |
2931
${{github.workspace}}/build/GLTemplate.zip

0 commit comments

Comments
 (0)