fix release
This commit is contained in:
parent
f90d8cc713
commit
6bd3b7fe76
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
|
||||
|
||||
- name: Release
|
||||
uses: https://github.com/softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/heads/')
|
||||
uses: cerc-io/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: yacd.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue