From 1557cfde6384969bdd2e3f21baa8d9275431bff8 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Sun, 7 Sep 2025 19:41:27 +0200 Subject: Add build artifacts to be possible to download (for dev testing) --- .build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.build.yml b/.build.yml index a9a5d93..59096a4 100644 --- a/.build.yml +++ b/.build.yml @@ -12,6 +12,11 @@ packages: - make - nodejs - npm +artifacts: + - wireguard-gateway-portal/dist/wg-portal-linux-amd64 + - wireguard-gateway-portal/dist/wg-portal-linux-arm64 + - wireguard-gateway-portal/dist/wg-portal-linux-arm + - wireguard-gateway-portal/dist/checksums.txt tasks: - setup: | # This is for not having to cd into the for each task -- cgit v1.2.3