Browse Source

github action test

pull/1341/head
lumapu 9 months ago
parent
commit
78c3762538
  1. 2
      .github/workflows/compile_development.yml

2
.github/workflows/compile_development.yml

@ -146,9 +146,9 @@ jobs:
- name: Get Artifacts - name: Get Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
path: firmware
with: with:
name: ahoydtu_dev name: ahoydtu_dev
path: firmware
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -R run: ls -R

Loading…
Cancel
Save