mirror of
https://github.com/amnezia-vpn/amneziawg-tools.git
synced 2025-06-06 21:13:44 +02:00
convert indentation&fix action
This commit is contained in:
parent
be97b12dac
commit
18901ddeaf
2 changed files with 41 additions and 41 deletions
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: 'Build WireGuard Tools binary'
|
- name: 'Build WireGuard Tools binary'
|
||||||
working-directory: windows/wireguard-tools-windows
|
working-directory: windows/wireguard-tools-windows
|
||||||
run: |
|
run: |
|
||||||
cmd /c build.bat
|
cmd /c build.cmd
|
||||||
mkdir build
|
mkdir build
|
||||||
move x64 build\x64
|
move x64 build\x64
|
||||||
move x86 build\x86
|
move x86 build\x86
|
||||||
|
|
Loading…
Add table
Reference in a new issue