fix action
This commit is contained in:
parent
2113e36bcb
commit
e1e898a399
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -34,6 +34,12 @@ jobs:
|
|||
#artifacts: "./yacd.tar.gz"
|
||||
#token: ${{ secrets.RELEASE_KEY }}
|
||||
# - name: Release
|
||||
- name: Release
|
||||
uses: https://github.com/softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/heads/')
|
||||
with:
|
||||
files: yacd.tar.gz
|
||||
|
||||
#uses: https://github.com/softprops/action-gh-release@v1
|
||||
#if: startsWith(github.ref, 'refs/tags/')
|
||||
#with:
|
||||
|
|
Loading…
Reference in a new issue