File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v4
3232 with :
3333 repository : amnezia-vpn/amneziawg-apple
34- ref : feature/xray-merge
34+ ref : feature/awg-1.5
3535 path : awg-apple
3636
3737 - name : ' Build WG'
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020 with :
2121 repository : amnezia-vpn/amneziawg-go
22- ref : v0.2.13-beta-awg-1.5-fix2
22+ ref : v0.2.13-beta-awg-1.5-fix6
2323 path : amneziawg-go
2424
2525 - name : ' Run build script'
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020 with :
2121 repository : amnezia-vpn/amneziawg-go
22- ref : v0.2.13-beta-awg-1.5-fix2
22+ ref : v0.2.13-beta-awg-1.5-fix6
2323 path : amneziawg-go
2424
25+ - name : ' Setup Go'
26+ uses : actions/setup-go@v4
27+ with :
28+ go-version : 1.24.4
29+ cache-dependency-path : go.sum
30+
2531 - name : ' Run build script'
2632 working-directory : amneziawg-go
2733 run : |
Original file line number Diff line number Diff line change 1414jobs :
1515 build_arch :
1616 runs-on : macos-latest
17+ if : |
18+ contains(github.event.head_commit.message, '[all]') ||
19+ contains(github.event.head_commit.message, '[macos]') ||
20+ contains(github.event.head_commit.message, '[macos-libssh]') ||
21+ contains(github.event.head_commit.message, '[libssh]')
1722 strategy :
1823 matrix :
1924 arch :
@@ -243,4 +248,4 @@ jobs:
243248 uses : actions/upload-artifact@v4
244249 with :
245250 name : libssh-fat
246- path : libssh-fat.zip
251+ path : libssh-fat.zip
You can’t perform that action at this time.
0 commit comments