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 70
70
name : windows-artifact
71
71
path : windows-release/
72
72
73
- windows-gcs -upload :
73
+ windows-s3 -upload :
74
74
if : ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
75
75
needs : [windows-build]
76
76
runs-on : ubuntu-20.04
79
79
uses : actions/download-artifact@v3
80
80
with :
81
81
name : windows-artifact
82
- path : ./ windows-release
82
+ path : .windows-release/
83
83
84
84
- name : Setup crediential
85
85
uses : " google-github-actions/auth@v2"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pull_request_rules:
50
50
- name : automatic merge (squash) on CI success
51
51
conditions :
52
52
- and :
53
- - status-success=buildkite/agave
53
+ - status-success=buildkite/solana
54
54
- status-success=ci-gate
55
55
- label=automerge
56
56
- label!=no-automerge
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ cp -f ../../fetch-spl.sh usr/bin/
29
29
./fetch-spl.sh
30
30
)
31
31
32
- docker build -t anzaxyz/agave :" $CHANNEL_OR_TAG " .
32
+ docker build -t solanalabs/solana :" $CHANNEL_OR_TAG " .
33
33
34
34
maybeEcho=
35
35
if [[ -z $CI ]]; then
43
43
fi
44
44
)
45
45
fi
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