File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 contains(github.event.head_commit.message, '[all]') ||
1212 contains(github.event.head_commit.message, '[linux]') ||
1313 contains(github.event.head_commit.message, '[linux-awg]') ||
14- contains(github.event.head_commit.message, '[awg]')
14+ contains(github.event.head_commit.message, '[awg]')
1515
1616 steps :
1717
1818 - name : ' Get AmneziaWG'
1919 uses : actions/checkout@v4
2020 with :
21- repository : amnezia-vpn /amneziawg-go
22- ref : master
21+ repository : marko1777 /amneziawg-go
22+ ref : awg-1.5
2323 path : amneziawg-go
2424
2525 - name : ' Run build script'
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 contains(github.event.head_commit.message, '[all]') ||
1111 contains(github.event.head_commit.message, '[windows]') ||
1212 contains(github.event.head_commit.message, '[windows-awg]') ||
13- contains(github.event.head_commit.message, '[awg]')
13+ contains(github.event.head_commit.message, '[awg]')
1414
1515 steps :
1616 - name : ' Get AmneziaWG'
1717 uses : actions/checkout@v4
1818 with :
19- repository : amnezia-vpn /amneziawg-windows
20- ref : master
19+ repository : marko1777 /amneziawg-windows
20+ ref : awg-1.5
2121 path : windows/wireguard-windows
2222
2323 - name : ' Build WireGuard binary'
You can’t perform that action at this time.
0 commit comments