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 7070 name : windows-artifact
7171 path : windows-release/
7272
73- windows-gcs -upload :
73+ windows-s3 -upload :
7474 if : ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
7575 needs : [windows-build]
7676 runs-on : ubuntu-20.04
7979 uses : actions/download-artifact@v3
8080 with :
8181 name : windows-artifact
82- path : ./ windows-release
82+ path : .windows-release/
8383
8484 - name : Setup crediential
8585 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/agave
53+ - status-success=buildkite/solana
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 anzaxyz/agave :" $CHANNEL_OR_TAG " .
32+ docker build -t solanalabs/solana :" $CHANNEL_OR_TAG " .
3333
3434maybeEcho=
3535if [[ -z $CI ]]; then
4343 fi
4444 )
4545fi
46- $maybeEcho docker push anzaxyz/agave :" $CHANNEL_OR_TAG "
46+ $maybeEcho docker push solanalabs/solana :" $CHANNEL_OR_TAG "
You can’t perform that action at this time.
0 commit comments