File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 with :
5959 submodules : recursive
6060 - name : Install cargo-dist
61- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.4.2 /cargo-dist-installer.sh | sh"
61+ run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.7.0 /cargo-dist-installer.sh | sh"
6262 - id : plan
6363 run : |
6464 cargo dist plan ${{ !github.event.pull_request && format('--tag={0}', github.ref_name) || '' }} --output-format=json > dist-manifest.json
@@ -140,7 +140,7 @@ jobs:
140140 with :
141141 submodules : recursive
142142 - name : Install cargo-dist
143- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.4.2 /cargo-dist-installer.sh | sh"
143+ run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.7.0 /cargo-dist-installer.sh | sh"
144144 # Get all the local artifacts for the global tasks to use (for e.g. checksums)
145145 - name : Fetch local artifacts
146146 uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments