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