Skip to content

Commit

Permalink
ci(cd): added missing flag to cp
Browse files Browse the repository at this point in the history
  • Loading branch information
stefa168 committed Nov 30, 2023
1 parent fb4c069 commit a7f5f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
shell: bash
run: |
mkdir -p release/
cp {LICENSE.md,README.md,CHANGELOG.md,inverters/,config.yaml} release/
cp -r {LICENSE.md,README.md,CHANGELOG.md,inverters/,config.yaml} release/
cp "target/${{ matrix.build.TARGET }}/release/growatt_server" release/
mv release/ growatt_server-${{ env.RELEASE_VERSION }}/
- name: Create release artifacts
Expand Down

0 comments on commit a7f5f9d

Please sign in to comment.