Skip to content

Commit

Permalink
upload encrypto binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
youssefshibl authored Nov 6, 2024
1 parent c7a5834 commit af20550
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 af20550

Please sign in to comment.