File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 with :
1515 submodules : true
16- - run : |
17- rustup target add ${{ matrix.target }}
18- cargo nbuild binary --target=${{ matrix.target }} --start-address=${{ matrix.start_address }}
16+ - run : rustup target add ${{ matrix.target }}
17+ - run : cargo nbuild binary --target=${{ matrix.target }} --start-address=${{ matrix.start_address }}
1918 - uses : actions/upload-artifact@v4
2019 if : ${{success()}}
2120 with :
6362 needs : [binaries, linux-libraries, windows-libraries, run-tests]
6463 if : github.event_name == 'push' && startswith(github.ref, 'refs/tags/')
6564 steps :
66- - run : |
67- mkdir ./release
65+ - run : mkdir ./release
6866 - uses : actions/download-artifact@v4
6967 with :
7068 path : ./release
You can’t perform that action at this time.
0 commit comments