File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 93
93
with :
94
94
name : platform-tools-${{ matrix.tar }}-${{ matrix.arch }}.tar.bz2
95
95
path : platform-tools-${{ matrix.tar }}-${{ matrix.arch }}.tar.bz2
96
- - name : Upload move-dev ${{ matrix.tar }} tarball
97
- uses : actions/upload-artifact@v4
98
- with :
99
- name : move-dev-${{ matrix.tar }}-${{ matrix.arch }}.tar.bz2
100
- path : move-dev-${{ matrix.tar }}-${{ matrix.arch }}.tar.bz2
101
96
102
97
release :
103
98
name : Upload Release Assets
Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ rm -rf "${OUT_DIR}"
65
65
mkdir -p " ${OUT_DIR} "
66
66
pushd " ${OUT_DIR} "
67
67
68
- git clone --single-branch --branch solana-tools-v1.45 --recurse-submodules --shallow-submodules https://github.com/anza-xyz/rust.git
68
+ git clone --single-branch --branch solana-tools-v1.46 --recurse-submodules --shallow-submodules https://github.com/anza-xyz/rust.git
69
69
echo " $( cd rust && git rev-parse HEAD ) https://github.com/anza-xyz/rust.git" >> version.md
70
70
71
- git clone --single-branch --branch solana-tools-v1.45 https://github.com/anza-xyz/cargo.git
71
+ git clone --single-branch --branch solana-tools-v1.46 https://github.com/anza-xyz/cargo.git
72
72
echo " $( cd cargo && git rev-parse HEAD ) https://github.com/anza-xyz/cargo.git" >> version.md
73
73
74
74
pushd rust
90
90
popd
91
91
92
92
if [[ " ${HOST_TRIPLE} " != " x86_64-pc-windows-msvc" ]] ; then
93
- git clone --single-branch --branch solana-tools-v1.45 https://github.com/anza-xyz/newlib.git
93
+ git clone --single-branch --branch solana-tools-v1.46 https://github.com/anza-xyz/newlib.git
94
94
echo " $( cd newlib && git rev-parse HEAD ) https://github.com/anza-xyz/newlib.git" >> version.md
95
95
96
96
build_newlib " v0"
You can’t perform that action at this time.
0 commit comments