Skip to content

Github action modified #131

Github action modified

Github action modified #131

Workflow file for this run

name: draft-release
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

Check failure on line 16 in .github/workflows/draft-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/draft-release.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: Copy config
run: |
# git checkout v1.0.0_pre && cp sdkconfig.defaults.mk1 sdkconfig.defaults
cp sdkconfig.defaults.mk1 sdkconfig.defaults
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1.1.0
with:
esp_idf_version: v5.1.4
target: esp32
command: idf.py update-dependencies build
- name: Archive binaries
run: |
zip --junk-paths binaries /app/ctag-fh-kiel/ctag-tbd/build/*.bin /app/ctag-fh-kiel/ctag-tbd/build/bootloader/*.bin /app/ctag-fh-kiel/ctag-tbd/build/partition_table/*.bin
- name: Upload binary
uses: actions/upload-artifact@v4
with:
name: binaries.zip
# A file, directory or wildcard pattern that describes what to upload
path: ./binaries.zip