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