Skip to content

Commit 1b5b254

Browse files
committed
[skip ci] update unzip command format
1 parent ea863e8 commit 1b5b254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Create the bin directory to extract the file to
5858
mkdir -p ${{ github.workspace }}/nuget-packages/bin
5959
# Use wildcard to match any file, for example, *.dll
60-
unzip -o "${{ github.workspace }}/nuget-packages/*.runtime.linux-x64*/runtimes/linux-x64/native/*.so" -d ${{ github.workspace }}/nuget-packages/bin
60+
unzip ${{ github.workspace }}/nuget-packages/*.nupkg '*.so' -o -j -d ${{ github.workspace }}/nuget-packages/bin
6161
6262
- name: Make files executable
6363
if: env.changed == 'true'

0 commit comments

Comments
 (0)