From af205506f7c810dbd1a5274b1f88dca4cefbc7dd Mon Sep 17 00:00:00 2001 From: youssef shebl <63800183+youssefshibl@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:29:41 +0200 Subject: [PATCH] upload encrypto binary file --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e5eb6a..0876d1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,3 +33,9 @@ jobs: - name: Build encrypto with Maven run: mvn clean package -Pnative + + - name: Upload binary as artifact + uses: actions/upload-artifact@v3 + with: + name: encrypto-binary + path: target/native/encrypto