CI: make condition for releasing artifacts clearer
This commit is contained in:
parent
e6f3fbb21a
commit
3dbdcb90fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -19,6 +19,6 @@ jobs:
|
||||||
done
|
done
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '.')
|
||||||
with:
|
with:
|
||||||
files: "*.iso"
|
files: "*.iso"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue