File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
- id : cargo-dist
177
177
shell : bash
178
178
run : |
179
- cargo dist build ${{ needs.plan.outputs.tag-flag }} --output-format=json "--artifacts=global" > dist-manifest.json
179
+ cargo dist build ${{ needs.plan.outputs.tag-flag }} --allow-dirty -- output-format=json "--artifacts=global" > dist-manifest.json
180
180
echo "cargo dist ran successfully"
181
181
182
182
# Parse out what we just built and upload it to scratch storage
@@ -222,7 +222,7 @@ jobs:
222
222
- id : host
223
223
shell : bash
224
224
run : |
225
- cargo dist host ${{ needs.plan.outputs.tag-flag }} --steps=upload --steps=release --output-format=json > dist-manifest.json
225
+ cargo dist host ${{ needs.plan.outputs.tag-flag }} --allow-dirty -- steps=upload --steps=release --output-format=json > dist-manifest.json
226
226
echo "artifacts uploaded and released successfully"
227
227
cat dist-manifest.json
228
228
echo "manifest=$(jq -c "." dist-manifest.json)" >> "$GITHUB_OUTPUT"
You can’t perform that action at this time.
0 commit comments