parent
14849c9a20
commit
61893b8cc7
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ jobs:
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: https://github.com/ncipollo/release-action@v1
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DEPLOY_TOKEN }}
|
artifacts: "builds/linux.tar.gz"
|
||||||
tag: test
|
tag: test
|
||||||
|
token: ${{ secrets.DEPLOY_TOKEN }}
|
||||||
name: Test
|
name: Test
|
||||||
artifacts: builds/linux.tar.gz # Added "/*" at the end is glob pattern match for this action
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue