This commit is contained in:
parent
35eaf7a45b
commit
c53031a2e0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.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: actions/release-action@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