This commit is contained in:
parent
4740df827f
commit
5640d8c1ab
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
||||||
run: ls -la
|
run: ls -la
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: cerc-io/action-gh-release@v1
|
uses: cerc-io/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: yacd.tar.gz
|
files: yacd.tar.gz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue