Skip to content

Commit

Permalink
Update AWG version (v0.1.8)
Browse files Browse the repository at this point in the history
[awg]
  • Loading branch information
outspace committed Jan 14, 2024
1 parent f97eb02 commit cdf9276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[linux]') ||
contains(github.event.head_commit.message, '[linux-awg]') ||
contains(github.event.head_commit.message, '[wireguard]')
contains(github.event.head_commit.message, '[awg]')
name: "WireGuard for Linux"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_awg_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[macos]') ||
contains(github.event.head_commit.message, '[macos-awg]') ||
contains(github.event.head_commit.message, '[wireguard]')
contains(github.event.head_commit.message, '[awg]')
name: "WireGuard for MacOS"
steps:
Expand All @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: amnezia-vpn/amnezia-wg
ref: advanced-security
ref: master
path: amnezia-wg

- name: 'Run build script'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_awg_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: windows-awg

on: [push]


jobs:

Build-Libs-AWG-Windows:
Expand All @@ -12,7 +11,7 @@ jobs:
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[windows]') ||
contains(github.event.head_commit.message, '[windows-awg]') ||
contains(github.event.head_commit.message, '[wireguard]')
contains(github.event.head_commit.message, '[awg]')
steps:

Expand Down

0 comments on commit cdf9276

Please sign in to comment.