Revert "[anza migration] ci: fix path (#8)"

This reverts commit 58e9a19f11.
This commit is contained in:
Will Hickey 2024-03-05 10:19:20 -06:00
parent e72f6ba503
commit 4cb7c315b8
3 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@ jobs:
name: windows-artifact
path: windows-release/
windows-gcs-upload:
windows-s3-upload:
if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
needs: [windows-build]
runs-on: ubuntu-20.04
@ -79,7 +79,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: windows-artifact
path: ./windows-release
path: .windows-release/
- name: Setup crediential
uses: "google-github-actions/auth@v2"

View File

@ -50,7 +50,7 @@ pull_request_rules:
- name: automatic merge (squash) on CI success
conditions:
- and:
- status-success=buildkite/agave
- status-success=buildkite/solana
- status-success=ci-gate
- label=automerge
- label!=no-automerge

View File

@ -29,7 +29,7 @@ cp -f ../../fetch-spl.sh usr/bin/
./fetch-spl.sh
)
docker build -t anzaxyz/agave:"$CHANNEL_OR_TAG" .
docker build -t solanalabs/solana:"$CHANNEL_OR_TAG" .
maybeEcho=
if [[ -z $CI ]]; then
@ -43,4 +43,4 @@ else
fi
)
fi
$maybeEcho docker push anzaxyz/agave:"$CHANNEL_OR_TAG"
$maybeEcho docker push solanalabs/solana:"$CHANNEL_OR_TAG"