mirror of
https://github.com/amnezia-vpn/amneziawg-tools.git
synced 2025-04-12 20:16:55 +02:00
fix workflow
This commit is contained in:
parent
d6baf3ad66
commit
55be21e50c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows-build.yml
vendored
4
.github/workflows/windows-build.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: amnezia-vpn/amnezia-wg-tools
|
repository: amnezia-vpn/amnezia-wg-tools
|
||||||
ref: new_fields_to_config
|
ref: master
|
||||||
path: windows/wireguard-tools-windows
|
path: windows/wireguard-tools-windows
|
||||||
|
|
||||||
- name: 'Build WireGuard Tools binary'
|
- name: 'Build WireGuard Tools binary'
|
||||||
|
@ -54,7 +54,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
|
||||||
- name: Setup | Checksums
|
- name: Setup | Checksums
|
||||||
run: for file in $(find ./ -name '*.dll' ); do openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done
|
run: for file in $(find ./ -name '*.exe' ); do openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done
|
||||||
|
|
||||||
- name: Zip ALL
|
- name: Zip ALL
|
||||||
run: for file in *; do zip -r ${file%.*}.zip $file; done
|
run: for file in *; do zip -r ${file%.*}.zip $file; done
|
||||||
|
|
Loading…
Add table
Reference in a new issue