Skip to content

Commit

Permalink
github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed Jan 7, 2024
1 parent 9889cc3 commit 6677116
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/compile_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6677116

Please sign in to comment.