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*"
|
||||
#artifacts: "./yacd.tar.gz"
|
||||
#token: ${{ secrets.RELEASE_KEY }}
|
||||
- name: Release
|
||||
uses: https://github.com/softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: yacd.tar.gz
|
||||
# - name: Release
|
||||
#uses: https://github.com/softprops/action-gh-release@v1
|
||||
#if: startsWith(github.ref, 'refs/tags/')
|
||||
#with:
|
||||
# files: yacd.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue