diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-07 19:41:27 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-07 19:53:46 +0200 |
| commit | 1557cfde6384969bdd2e3f21baa8d9275431bff8 (patch) | |
| tree | 6d79ca86b77cc82aa4a88c8174ede23cb64f7c59 /.build.yml | |
| parent | d52d4f877493fc7a3c636860ea7ddb62f770bdb7 (diff) | |
Add build artifacts to be possible to download (for dev testing)
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 <repo> for each task |
