Skip to content

Commit

Permalink
👷 Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Nov 16, 2023
1 parent babe327 commit e8f33d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
run: |
dotnet tool install Cake.Tool --version 1.1.0
dotnet tool restore
dotnet cake --target=Pack --verbosity=verbose
sh -c "$(curl -sSfL https://release.solana.com/v1.14.11/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
solana-test-validator -u m -c whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc -c CtXfPzz36dH5Ws4UYKZvrQ1Xqzn42ecDW6y8NKuiN8nD -c metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s -c PwDiXFxQsGra4sFFTT8r1QWRMd4vfumiWC1jfWNfdYT --mint 5ZWj7a1f8tWkjBESHKgrLmXshuXxqeY9SYcfbshpAqPG > /dev/null &
sleep 5
dotnet cake --target=Report --verbosity=verbose
- name: Publish Solana.Unity.Extensions on version change
uses: Rebel028/publish-nuget@v2.8.0
with:
Expand Down

0 comments on commit e8f33d9

Please sign in to comment.