Update linux-build.yml

Signed-off-by: AlexanderGalkov <143902290+AlexanderGalkov@users.noreply.github.com>
This commit is contained in:
AlexanderGalkov 2024-02-12 22:46:26 +07:00 committed by GitHub
parent af245c000e
commit ff229c0c82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,8 +19,8 @@ jobs:
cd src &&
make &&
mkdir build &&
cp wg ./build/wg &&
cp wg-quick/linux.bash ./build/wg-quick
cp wg ./build/awg &&
cp wg-quick/linux.bash ./build/awg-quick
- name: Upload artifact
uses: actions/upload-artifact@v4
@ -43,8 +43,8 @@ jobs:
cd src &&
make &&
mkdir build &&
cp wg ./build/wg &&
cp wg-quick/linux.bash ./build/wg-quick
cp wg ./build/awg &&
cp wg-quick/linux.bash ./build/awg-quick
- name: Upload artifact
uses: actions/upload-artifact@v4