Skip to content

Commit

Permalink
ci: wip actions
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Dec 1, 2023
1 parent a3cd159 commit 06167b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/build-verifiable-program/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ runs:
shell: bash
env:
PROGRAM: ${{ inputs.program_lib_name }}
- name: Upload binary
uses: actions/upload-artifact@v2
with:
name: ${{ inputs.program_lib_name }}_verifiable_build
path: ./target/deploy/${{ inputs.program_lib_name }}.so

0 comments on commit 06167b1

Please sign in to comment.