Skip to content

Commit

Permalink
Update AWG repo name
Browse files Browse the repository at this point in the history
[awg]
  • Loading branch information
outspace committed Jan 20, 2024
1 parent cdf9276 commit 2589596
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_awg_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: 'Get Wireguard'
uses: actions/checkout@v3
with:
repository: amnezia-vpn/awg-android
repository: amnezia-vpn/amneziawg-android
ref: master
path: android/wireguard-android

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: wg-android.zip
file: awg-android.zip
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get WireGuard
uses: actions/checkout@v3
with:
repository: amnezia-vpn/awg-apple
repository: amnezia-vpn/amneziawg-apple
ref: master
path: awg-apple

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: 'Get Amnezia WireGuard'
uses: actions/checkout@v3
with:
repository: amnezia-vpn/amnezia-wg
repository: amnezia-vpn/amneziawg-go
ref: master
path: amnezia-wg

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: 'Get WireGuard'
uses: actions/checkout@v3
with:
repository: amnezia-vpn/amnezia-wg
repository: amnezia-vpn/amneziawg-go
ref: master
path: amnezia-wg

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 'Get Wireguard'
uses: actions/checkout@v3
with:
repository: amnezia-vpn/awg-windows
repository: amnezia-vpn/amneziawg-windows
ref: master
path: windows/wireguard-windows

Expand Down

0 comments on commit 2589596

Please sign in to comment.