Skip to content

Commit

Permalink
Fixing program so name.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Feb 2, 2024
1 parent b664304 commit 57e68c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
echo ${{ secrets.INSCRIPTION_DEPLOYER_KEY }} > ./deployer-key.json
echo ${{ secrets.INSCRIPTION_ID }} > ./program-id.json
solana -v program deploy ./programs/.bin/${{ inputs.program }}_program.so \
solana -v program deploy ./programs/.bin/mpl_${{ inputs.program }}_program.so \
-u ${{ env.RPC }} \
--program-id ./program-id.json \
-k ./deployer-key.json
Expand Down

0 comments on commit 57e68c2

Please sign in to comment.