Skip to content

Commit

Permalink
Update Windows AWG binary
Browse files Browse the repository at this point in the history
[windows-awg]
  • Loading branch information
outspace committed May 13, 2024
1 parent cad81c4 commit 4c53c88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_awg_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: windows-awg
on: [push]

jobs:

Build-Libs-AWG-Windows:
name: 'Build-Libs-AWG-Windows'
runs-on: windows-latest
Expand All @@ -14,7 +13,6 @@ jobs:
contains(github.event.head_commit.message, '[awg]')
steps:

- name: 'Get AmneziaWG'
uses: actions/checkout@v4
with:
Expand All @@ -28,6 +26,7 @@ jobs:
cmd /c build.cmd
mkdir build
move x64 build\x64
move x86 build\x86
- name: 'Archive artifacts'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4c53c88

Please sign in to comment.