This commit is contained in:
parent
7db01da585
commit
2113e36bcb
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
|
@ -33,9 +33,9 @@ jobs:
|
||||||
#tag: "v*"
|
#tag: "v*"
|
||||||
#artifacts: "./yacd.tar.gz"
|
#artifacts: "./yacd.tar.gz"
|
||||||
#token: ${{ secrets.RELEASE_KEY }}
|
#token: ${{ secrets.RELEASE_KEY }}
|
||||||
- name: Release
|
# - name: Release
|
||||||
uses: https://github.com/softprops/action-gh-release@v1
|
#uses: https://github.com/softprops/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