Skip to content

Commit

Permalink
Add missing upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberkaida committed Jul 28, 2024
1 parent 4112a03 commit 422a550
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-ghidra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ jobs:
with:
version: ${{ matrix.ghidra-version }}
- name: Compile ReVa πŸ‘©β€πŸ’»βœ¨
run: gradle
run: gradle buildExtension
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
name: ghidra-distributions
path: ghidra-assistant/dist/
if-no-files-found: error
github-release:
name: >-
Sign the Ghidra πŸ‰ distribution πŸ“¦ with Sigstore
Expand Down

0 comments on commit 422a550

Please sign in to comment.