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 06167b1 commit 335f47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-verifiable-program/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ runs:
- name: Upload binary
uses: actions/upload-artifact@v2
with:
name: ${{ inputs.program_lib_name }}_verifiable_build
name: ${{ inputs.program_lib_name }}-verifiable_build-${{ github.run_id }}-${{ github.run_attempt }}
path: ./target/deploy/${{ inputs.program_lib_name }}.so

0 comments on commit 335f47c

Please sign in to comment.