Skip to content

Commit b5923bd

Browse files
author
Thomas R
committed
added realease
1 parent 9400d86 commit b5923bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
8888
- name: Release
8989
uses: softprops/action-gh-release@v1
90-
if: startsWith(github.ref, 'refs/tags/')
90+
if: |
91+
startsWith(github.ref, 'refs/tags/') && ${{ runner.os == 'Windows' }}
9192
with:
9293
files: ${{github.workspace}}\build\ChordFilter_artefacts\Release\${{ runner.os}}.zip
9394

0 commit comments

Comments
 (0)