mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
Remove some files from release
This commit is contained in:
@@ -72,7 +72,11 @@ jobs:
|
||||
- name: Create archive
|
||||
run: |
|
||||
cd build
|
||||
tar -czf ironrdp-wasm-${{ steps.semver_parser.outputs.fullversion }}.tar.gz ironrdp-pkg/
|
||||
tar -czf ironrdp-wasm-${{ steps.semver_parser.outputs.fullversion }}.tar.gz \
|
||||
--exclude='*.gitignore' \
|
||||
--exclude='README.md' \
|
||||
--exclude='package.json' \
|
||||
ironrdp-pkg/
|
||||
echo "Archive created:"
|
||||
ls -la *.tar.gz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user