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