Skip to content

Commit

Permalink
Prepare distribution in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Dec 27, 2023
1 parent 5d68efc commit e788e00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
- name: Install Ghidra
run: .github/scripts/install_ghidra.sh
- run: ./gradlew build
- uses: actions/upload-artifact@v4
with:
name: distribution
path: build/distributions/*.zip
if-no-files-found: 'error'

0 comments on commit e788e00

Please sign in to comment.