We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612f02e commit 32e7643Copy full SHA for 32e7643
.github/workflows/CI_build.yml
@@ -66,6 +66,7 @@ jobs:
66
$filesToZip = "CollectionInterface.dll", ".\docs\"
67
Compress-Archive -Path $filesToZip -Destination CollectionInterface.zip
68
- name: 🎉 Store ${{ matrix.build_platform }} zipfile as asset
69
+ if: startsWith(github.ref, 'refs/tags/v') && matrix.build_configuration == 'Release'
70
uses: svenstaro/upload-release-action@v2
71
with:
72
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments