Skip to content

Commit

Permalink
Fix idl buffer save
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Feb 7, 2025
1 parent 735f644 commit b01ce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/buffer-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
id: buffer-deploy-store
run: |
echo "BUFFER=$(cat buffer.out | sed 's/Buffer: //g' | xargs echo -n)" >> $GITHUB_OUTPUT
echo "IDL_BUFFER=$(cat idl-buffer.out | sed 's/Idl buffer created: //g' | xargs echo -n)" >> $GITHUB_OUTPUT
echo "IDL_BUFFER=$(tail -n 1 idl-buffer.out | sed 's/Idl buffer created: //g' | xargs echo -n)" >> $GITHUB_OUTPUT
- run: echo "The buffer is ${{ steps.buffer-deploy-store.outputs.BUFFER }}"
shell: bash
working-directory: solana-programs
Expand Down

0 comments on commit b01ce35

Please sign in to comment.