Skip to content

Commit

Permalink
chore(ci): adjust packaging path for firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
moetayuko committed Apr 17, 2024
1 parent 7326cd8 commit e188c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Copy necessary firmware
run: |
SOURCE=linux-firmware/i915
DEST=out/firmware
DEST=out/firmware/i915
mkdir -p $DEST
while read L; do
L=$(basename $L)
Expand Down

0 comments on commit e188c02

Please sign in to comment.