parent
61893b8cc7
commit
fbda9f536f
1 changed files with 5 additions and 1 deletions
|
@ -42,11 +42,15 @@ jobs:
|
|||
du -sh *
|
||||
echo "---"
|
||||
tree builds
|
||||
echo "---"
|
||||
echo ${{ steps.package-version.outputs.current-version}}
|
||||
- name: create release
|
||||
id: release
|
||||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "builds/linux.tar.gz"
|
||||
tag: test
|
||||
skipIfReleaseExists: false
|
||||
tag: ${{ steps.package-version.outputs.current-version}}
|
||||
token: ${{ secrets.DEPLOY_TOKEN }}
|
||||
name: Test
|
||||
|
||||
|
|
Loading…
Reference in a new issue