summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml
index 2da6546..6157b6b 100644
--- a/.github/workflows/build-windows.yml
+++ b/.github/workflows/build-windows.yml
@@ -13,7 +13,7 @@ jobs:
- name: Install WinPcap
run: |
Invoke-WebRequest http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip -OutFile WpdPack.zip
- Expand-Archive WpdPack.zip -DestinationPath ../WpdPack
+ Expand-Archive WpdPack.zip
- name: Build 64-bit
shell: cmd
run: |