Skip to content

Commit 32e7643

Browse files
committed
experiment with tag-only steps (7)
add forgotten conditional to asset step
1 parent 612f02e commit 32e7643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
$filesToZip = "CollectionInterface.dll", ".\docs\"
6767
Compress-Archive -Path $filesToZip -Destination CollectionInterface.zip
6868
- name: 🎉 Store ${{ matrix.build_platform }} zipfile as asset
69+
if: startsWith(github.ref, 'refs/tags/v') && matrix.build_configuration == 'Release'
6970
uses: svenstaro/upload-release-action@v2
7071
with:
7172
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)