We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bc9da7 + 73b8b7e commit e81814aCopy full SHA for e81814a
.github/workflows/rust.yml
@@ -156,7 +156,7 @@ jobs:
156
- uses: svenstaro/upload-release-action@v2
157
if: ${{ github.event_name == 'release' && matrix.cli }}
158
with:
159
- file: target/release/${{ matrix.artifact }}
+ file: target/${{ matrix.target }}/release/${{ matrix.artifact }}
160
asset_name: jpki-cli-${{ matrix.target }}
161
overwrite: true
162
0 commit comments