Skip to content

Commit

Permalink
Merge pull request #1 from youssefshibl/main
Browse files Browse the repository at this point in the history
upload encrypto binary file
  • Loading branch information
youssefshibl authored Nov 6, 2024
2 parents c7a5834 + af20550 commit 388af1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 388af1a

Please sign in to comment.