We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7215d4 commit 7f5fd4aCopy full SHA for 7f5fd4a
.github/workflows/docker.yaml
@@ -56,14 +56,14 @@ jobs:
56
echo "${{ secrets.DOCKER_IO_PASS }}" | publish
57
58
- name : Get binary from docker
59
- if : env.IS_RELEASE == 'true'
+ if : env.IS_DEVNET_RELEASE == 'true'
60
run : |
61
docker create -ti --name container "${DOCKER_IMAGE}" bash
62
docker cp container:/home/pyth/pyth-client/target/deploy/pyth_oracle.so .
63
docker rm -f container
64
65
- name : Publish binary
66
67
uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
68
with:
69
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments