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
|
||||
|
||||
- name: Release
|
||||
uses: cerc-io/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: yacd.tar.gz
|
||||
uses: cerc-io/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: yacd.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue