Skip to content

Commit

Permalink
Copy artifact files to output
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Aug 19, 2024
1 parent 10de086 commit 12dd084
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
path: output
path: files

- name: Build
uses: actions/[email protected]
with:
source: ./static
destination: ./output

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

- uses: actions/[email protected]
with:
path: output
Expand Down

0 comments on commit 12dd084

Please sign in to comment.