File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ jobs:
361361 mkdir -p release
362362 BINARY_PATH="target/${{ matrix.target }}/release/${{ steps.extract-binary.outputs.BINARY_NAME }}"
363363 cp $BINARY_PATH release/
364- cp LICENSE install.sh README.md release/ || echo "LICENSE or README.md not found, skipping"
364+ cp LICENSE install.sh manifest.toml README.md release/ || echo "LICENSE or README.md not found, skipping"
365365 # Add version info file
366366 echo "Version: ${{ steps.extract-version.outputs.VERSION }}" > release/VERSION
367367 echo "Build Date: $(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> release/VERSION
@@ -378,7 +378,7 @@ jobs:
378378 mkdir release
379379 BINARY_PATH="target/${{ matrix.target }}/release/${{ steps.extract-binary.outputs.BINARY_NAME }}${{ matrix.is_windows && '.exe' || '' }}"
380380 cp $BINARY_PATH release/
381- cp LICENSE install.shREADME .md release/ || echo "LICENSE or README.md not found, skipping"
381+ cp LICENSE install.sh manifest.toml README .md release/ || echo "LICENSE or README.md not found, skipping"
382382 # Add version info file
383383 echo "Version: ${{ steps.extract-version.outputs.VERSION }}" > release/VERSION
384384 echo "Build Date: $(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> release/VERSION
You can’t perform that action at this time.
0 commit comments