Fix
Some checks failed
Tests / test (push) Failing after 11s

This commit is contained in:
Adam Štrauch 2024-12-08 17:31:23 +01:00
parent 048b9b8547
commit 367265b5e6
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -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