mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 15:39:06 +01:00
ci(docker-publish): force remove non-executable (#1540)
This commit is contained in:
parent
791f7dd9c3
commit
6a604491f5
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cross build --target ${{ matrix.arch }} --release
|
cross build --target ${{ matrix.arch }} --release
|
||||||
# leave only the executable file
|
# 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
|
find . -empty -delete
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user