parent
048b9b8547
commit
367265b5e6
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
task build VERSION=${{ github.ref_name }}
|
||||
task build VERSION=${{ github.event.inputs.version }}
|
||||
|
||||
# - name: Upload Release Asset
|
||||
# uses: actions/upload-release-asset@v1
|
||||
|
@ -48,6 +48,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
direction: upload
|
||||
tag: ${{ github.event.inputs.version }}
|
||||
url: https://gitea.ceperka.net
|
||||
release-dir: bin/
|
||||
release-notes-assistant: true
|
||||
|
|
Loading…
Reference in a new issue