File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,12 +166,13 @@ jobs:
166166 - name : Download mukti
167167 run : |
168168 mkdir -p ~/bin
169- curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.1 .0/mukti-bin-0.1 .0-x86_64-unknown-linux-gnu.tar.gz" \
169+ curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.3 .0/mukti-bin-0.3 .0-x86_64-unknown-linux-gnu.tar.gz" \
170170 | tar xzf - -C ~/bin
171171 - name : Add release metadata
172172 run : |
173173 ~/bin/mukti-bin add-release --version ${{ needs.cargo-nextest-release.outputs.version }} \
174- --url-prefix "https://github.com/nextest-rs/nextest/releases/download/${{ github.ref_name }}" \
174+ --release-url "https://github.com/nextest-rs/nextest/releases/${{ github.ref_name }}" \
175+ --archive-prefix "https://github.com/nextest-rs/nextest/releases/download/${{ github.ref_name }}" \
175176 --archive x86_64-unknown-linux-gnu=${{ needs.build-cargo-nextest-binaries.outputs.linux-tar }} \
176177 --archive x86_64-pc-windows-msvc=${{ needs.build-cargo-nextest-binaries.outputs.windows-zip }} \
177178 --archive universal-apple-darwin=${{ needs.build-cargo-nextest-binaries-mac.outputs.mac-tar }}
Load diff This file was deleted.
Original file line number Diff line number Diff line change 33This page documents new features and bugfixes for cargo-nextest. Please see the [ stability
44policy] ( book/stability.md ) for how versioning works with cargo-nextest.
55
6- ## [ 0.9.4-rc.2 ] - 2022-02-16
6+ ## [ 0.9.4-rc.3 ] - 2022-02-16
77
88(Temporary release note) This is an attempt to publish release binaries.
99
@@ -42,7 +42,7 @@ Supported in this initial release:
4242* [ Test retries] ( book/retries.md ) and flaky test detection
4343* [ JUnit support] ( book/junit.md ) for integration with other test tooling
4444
45- [ 0.9.4-rc.2 ] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.4-rc.2
45+ [ 0.9.4-rc.3 ] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.4-rc.3
4646[ 0.9.3 ] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.3
4747[ 0.9.2 ] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.2
4848[ 0.9.1 ] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.1
You can’t perform that action at this time.
0 commit comments