chore: Updated workflow 4ff162f8
Example User · 2025-07-11 12:33 1 file(s) · +2 −2
.github/workflows/release.yml +2 −2
76 76
      # but also really annoying to build CI around when it needs secrets to work right.)
77 77
      - id: plan
78 78
        run: |
79 -
          dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json > plan-dist-manifest.json
79 +
          dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json --allow-dirty > plan-dist-manifest.json
80 80
          echo "dist ran successfully"
81 81
          cat plan-dist-manifest.json
82 82
          echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
140 140
      - name: Build artifacts
141 141
        run: |
142 142
          # 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 --allow-dirty ${{ matrix.dist_args }} > dist-manifest.json
144 144
          echo "dist ran successfully"
145 145
      - id: cargo-dist
146 146
        name: Post-build