increase timeout and allow manual trigger

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-05 12:58:29 +02:00
parent 1583a14c5d
commit d40e249897

View File

@@ -1,6 +1,7 @@
name: Release the ESP-IDF Project name: Release the ESP-IDF Project
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main
@@ -35,3 +36,4 @@ jobs:
url: "${{ secrets.UPLOAD_URL }}" url: "${{ secrets.UPLOAD_URL }}"
method: "POST" method: "POST"
files: '{ "file": "${{ github.workspace }}/ePaper-ESP-IDF/build/firmware.bin" }' files: '{ "file": "${{ github.workspace }}/ePaper-ESP-IDF/build/firmware.bin" }'
timeout: 30000