Skip to content

Commit

Permalink
Only download named artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Aug 19, 2024
1 parent 61e4713 commit 0d85895
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: actions/checkout@v4.1.7
- uses: actions/download-artifact@v4.1.8
with:
name: project-template
path: files

- name: Build
Expand All @@ -50,8 +51,6 @@ jobs:
source: ./static
destination: ./output

- run: tree

- name: Copy firmware and manifest
run: cp -r files/${{ needs.build.outputs.version }}/* output/

Expand Down

0 comments on commit 0d85895

Please sign in to comment.