From 38d31c063750589daba6f6f3ad750dd87f36efb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Wed, 4 Sep 2019 10:26:43 +0000 Subject: [PATCH] Upload artifact MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05b0c35..4c83456 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,4 +17,9 @@ jobs: - name: Build glorytun run: | ./sodium.sh - make + make prefix=. install + + - uses: actions/upload-artifact@v1 + with: + name: bin + path: ./bin