Skip to content

Commit

Permalink
Fix workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Dec 13, 2023
1 parent f894772 commit a166a43
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/update-csharp-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
repo: walletconnect/walletconnectsharp
token: ${{ secrets.PAT }}

- name: Extract DLLs
run: |
mkdir -p ./temp/extracted-dlls
unzip build-artifacts.zip -d ./temp/extracted-dlls
- name: Move DLLs
env:
EXCLUDED_DLLS: "Microsoft.Bcl.AsyncInterfaces.dll,Microsoft.CSharp.dll,Newtonsoft.Json.dll,System.Buffers.dll,System.Memory.dll,System.Numerics.Vectors.dll,System.Runtime.CompilerServices.Unsafe.dll,System.Runtime.InteropServices.WindowsRuntime.dll,System.Security.Cryptography.Cng.dll,System.Text.Encodings.Web.dll,System.Text.Json.dll,System.Threading.Tasks.Extensions.dll"
Expand Down

0 comments on commit a166a43

Please sign in to comment.