Browse Source

github action test

pull/1341/head
lumapu 1 year ago
parent
commit
9889cc334d
  1. 5
      .github/workflows/compile_development.yml

5
.github/workflows/compile_development.yml

@ -131,7 +131,7 @@ jobs:
- name: Create Artifact
uses: actions/upload-artifact@v4
with:
name: ahoydtu_dev
name: dev-${{ matrix.variant }}
path: firmware/*
deploy:
@ -144,9 +144,6 @@ jobs:
- name: Get Artifacts
uses: actions/download-artifact@v4
with:
name: ahoydtu_dev
path: firmware
- name: Display structure of downloaded files
run: ls -R

Loading…
Cancel
Save