mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-02 03:36:22 +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
|
- name: Create Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ahoydtu_dev
|
name: dev-${{ matrix.variant }}
|
||||||
path: firmware/*
|
path: firmware/*
|
||||||
|
|
||||||
build-de:
|
build-de:
|
||||||
|
@ -144,8 +144,11 @@ jobs:
|
||||||
|
|
||||||
- name: Get Artifacts
|
- name: Get Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
merge-multiple: true
|
||||||
|
path: firmware
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -R
|
run: ls -R firmware
|
||||||
|
|
||||||
- name: Get Version from code
|
- name: Get Version from code
|
||||||
id: version_name
|
id: version_name
|
||||||
|
|
Loading…
Add table
Reference in a new issue