Fix for action.yml
This commit is contained in:
@@ -3,18 +3,13 @@ name: Release Apps
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: 'Build'
|
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
|
||||||
with:
|
|
||||||
esp_idf_version: v5.5
|
|
||||||
path: ./Apps/${{ inputs.app_name }}
|
|
||||||
command: 'python tactility.py build'
|
|
||||||
- name: Download app artifacts
|
- name: Download app artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: downloaded_apps
|
path: downloaded_apps
|
||||||
- name: Place reports' artifacts
|
- name: Place reports' artifacts
|
||||||
run: rsync -av downloaded_apps/*/*/ release_apps/
|
run: rsync -av downloaded_apps/*/*/ release_apps/
|
||||||
|
shell: bash
|
||||||
- name: 'Upload Artifact'
|
- name: 'Upload Artifact'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -23,3 +18,4 @@ runs:
|
|||||||
retention-days: 30
|
retention-days: 30
|
||||||
- name: Output
|
- name: Output
|
||||||
run: ls -R release_apps/
|
run: ls -R release_apps/
|
||||||
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user