File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7979 name : windows-artifact
8080 path : windows-release/
8181
82- windows-s3 -upload :
82+ windows-gcs -upload :
8383 if : ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
8484 needs : [windows-build]
8585 runs-on : ubuntu-20.04
8888 uses : actions/download-artifact@v3
8989 with :
9090 name : windows-artifact
91- path : .windows-release/
91+ path : ./ windows-release
9292
9393 - name : Setup crediential
9494 uses : " google-github-actions/auth@v2"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pull_request_rules:
5050 - name : automatic merge (squash) on CI success
5151 conditions :
5252 - and :
53- - status-success=buildkite/solana
53+ - status-success=buildkite/agave
5454 - status-success=ci-gate
5555 - label=automerge
5656 - label!=no-automerge
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ cp -f ../../fetch-spl.sh usr/bin/
2929 ./fetch-spl.sh
3030)
3131
32- docker build -t solanalabs/solana :" $CHANNEL_OR_TAG " .
32+ docker build -t anzaxyz/agave :" $CHANNEL_OR_TAG " .
3333
3434maybeEcho=
3535if [[ -z $CI ]]; then
4343 fi
4444 )
4545fi
46- $maybeEcho docker push solanalabs/solana :" $CHANNEL_OR_TAG "
46+ $maybeEcho docker push anzaxyz/agave :" $CHANNEL_OR_TAG "
You can’t perform that action at this time.
0 commit comments