We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea863e8 commit 1b5b254Copy full SHA for 1b5b254
1 file changed
.github/workflows/update_submodules.yml
@@ -57,7 +57,7 @@ jobs:
57
# Create the bin directory to extract the file to
58
mkdir -p ${{ github.workspace }}/nuget-packages/bin
59
# 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
+ unzip ${{ github.workspace }}/nuget-packages/*.nupkg '*.so' -o -j -d ${{ github.workspace }}/nuget-packages/bin
61
62
- name: Make files executable
63
if: env.changed == 'true'
0 commit comments