File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 61
61
run : |
62
62
docker create -ti --name container "${DOCKER_IMAGE}" bash
63
63
docker cp container:/home/pyth/pyth-client/target/pyth/pythnet/pyth_oracle_pythnet.so .
64
+ docker cp container:/home/pyth/pyth-client/target/pyth/pythnet/pyth_oracle_pythnet_no_accumulator_v2.so .
64
65
docker rm -f container
65
-
66
+
66
67
- name : Publish Pythnet binary
67
68
if : env.IS_ORACLE_RELEASE == 'true'
68
69
uses : svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
77
78
uses : svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
78
79
with :
79
80
repo_token : ${{ secrets.GITHUB_TOKEN }}
80
- file : ./pyth_oracle_pythnet_no_accumulator .so
81
- asset_name : pyth_oracle_pythnet_no_default_accumulator_v2 .so
81
+ file : ./pyth_oracle_pythnet_no_accumulator_v2 .so
82
+ asset_name : pyth_oracle_pythnet_no_accumulator_v2 .so
82
83
tag : ${{ github.ref }}
83
84
84
85
pinning :
You can’t perform that action at this time.
0 commit comments