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
on:
workflow_dispatch:
push:
branches:
- main
@@ -35,3 +36,4 @@ jobs:
url: "${{ secrets.UPLOAD_URL }}"
method: "POST"
files: '{ "file": "${{ github.workspace }}/ePaper-ESP-IDF/build/firmware.bin" }'
timeout: 30000