Skip to content

Commit e81814a

Browse files
authored
Merge pull request #21 from siketyan/fix-release-workflow
ci: Fix releasing workflow
2 parents 8bc9da7 + 73b8b7e commit e81814a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- uses: svenstaro/upload-release-action@v2
157157
if: ${{ github.event_name == 'release' && matrix.cli }}
158158
with:
159-
file: target/release/${{ matrix.artifact }}
159+
file: target/${{ matrix.target }}/release/${{ matrix.artifact }}
160160
asset_name: jpki-cli-${{ matrix.target }}
161161
overwrite: true
162162

0 commit comments

Comments
 (0)