Skip to content

Commit 6aad7bb

Browse files
committed
intermediate
1 parent f9ce94d commit 6aad7bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Build artifacts
141141
run: |
142142
# Actually do builds and make zips and whatnot
143-
dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json
143+
dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} --allow-dirty > dist-manifest.json
144144
echo "dist ran successfully"
145145
- id: cargo-dist
146146
name: Post-build
@@ -192,7 +192,7 @@ jobs:
192192
- id: cargo-dist
193193
shell: bash
194194
run: |
195-
dist build ${{ needs.plan.outputs.tag-flag }} --output-format=json "--artifacts=global" > dist-manifest.json
195+
dist build ${{ needs.plan.outputs.tag-flag }} --output-format=json "--artifacts=global" --allow-dirty > dist-manifest.json
196196
echo "dist ran successfully"
197197
198198
# Parse out what we just built and upload it to scratch storage
@@ -241,7 +241,7 @@ jobs:
241241
- id: host
242242
shell: bash
243243
run: |
244-
dist host ${{ needs.plan.outputs.tag-flag }} --steps=upload --steps=release --output-format=json > dist-manifest.json
244+
dist host ${{ needs.plan.outputs.tag-flag }} --steps=upload --steps=release --output-format=json --allow-dirty > dist-manifest.json
245245
echo "artifacts uploaded and released successfully"
246246
cat dist-manifest.json
247247
echo "manifest=$(jq -c "." dist-manifest.json)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)