mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 10:16:21 +02:00
github action test
This commit is contained in:
parent
9889cc334d
commit
6677116bad
1 changed files with 5 additions and 2 deletions
7
.github/workflows/compile_development.yml
vendored
7
.github/workflows/compile_development.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
|||
- name: Create Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ahoydtu_dev
|
||||
name: dev-${{ matrix.variant }}
|
||||
path: firmware/*
|
||||
|
||||
build-de:
|
||||
|
@ -144,8 +144,11 @@ jobs:
|
|||
|
||||
- name: Get Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
merge-multiple: true
|
||||
path: firmware
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
run: ls -R firmware
|
||||
|
||||
- name: Get Version from code
|
||||
id: version_name
|
||||
|
|
Loading…
Add table
Reference in a new issue