Skip to content

Commit

Permalink
fix renaming of dfu package
Browse files Browse the repository at this point in the history
  • Loading branch information
mike1808 committed Jan 17, 2024
1 parent d64fb23 commit 3ee4219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-user-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
if [ -f "${{ env.build_dir }}/zephyr/dfu-package.zip" ]
then
cp "${{ env.build_dir }}/zephyr/zmk.hex" "${{ env.build_dir }}/artifacts/${{ env.artifact_name }}-dfu.zip"
cp "${{ env.build_dir }}/zephyr/dfu-package.zip" "${{ env.build_dir }}/artifacts/${{ env.artifact_name }}-dfu.zip"
fi
- name: Archive (${{ env.display_name }})
Expand Down

0 comments on commit 3ee4219

Please sign in to comment.