Skip to content

Commit

Permalink
# improve build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Feb 20, 2024
1 parent e735426 commit 0ed95d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
working-directory: ${{ inputs.openwrt_dir }}
run: |
mkdir -p artifact
find bin/targets/ -type f -name 'openwrt-*${{ inputs.target }}*${{ inputs.subtarget }}*${{ inputs.output_image_type }}*' -exec cp -rv {} artifact \;
find bin/targets/ -type f -name "openwrt-*${{ inputs.target }}*${{ inputs.subtarget }}*.manifest" -exec cp -rv {} artifact \;
find bin/targets/${{ inputs.target }} -type f -name 'openwrt-*${{ inputs.subtarget }}*${{ inputs.output_image_type }}*' -exec cp -rv {} artifact \;
find bin/targets/${{ inputs.target }} -type f -name "openwrt-*${{ inputs.subtarget }}*.manifest" -exec cp -rv {} artifact \;

0 comments on commit 0ed95d2

Please sign in to comment.