We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e6ffa commit cc9ed63Copy full SHA for cc9ed63
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
shell: bash
83
run: |
84
mkdir package
85
- cp -R assets LICENSE README.md CHANGELOG.md package/
+ cp -R LICENSE README.md docs/ package/
86
cp ${{ matrix.target.binary_path }} package/
87
- name: Create Archive
88
0 commit comments