ci(docker-publish): force remove non-executable (#1540)

This commit is contained in:
Fahmi Akbar Wildana 2020-04-01 22:20:18 +07:00 committed by GitHub
parent 791f7dd9c3
commit 6a604491f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
run: |
cross build --target ${{ matrix.arch }} --release
# leave only the executable file
rm -rd target/${{ matrix.arch }}/release/{*/*,*.d,*.rlib,.fingerprint}
rm -frd target/${{ matrix.arch }}/release/{*/*,*.d,*.rlib,.fingerprint}
find . -empty -delete
- uses: actions/upload-artifact@master
with: