Skip to content

Commit

Permalink
Fix upload binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Sep 20, 2024
1 parent 9b590d9 commit 56fbd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
name: ${{ steps.build_flags.outputs.build_type }}-binary-${{ matrix.target }}
path: |
target/${{ matrix.target }}/${{ steps.build_flags.outputs.build_type }}/webview_deno_rust*
target/${{ matrix.target }}/${{ steps.build_flags.outputs.build_type }}/deno-webview*
!target/${{ matrix.target }}/${{ steps.build_flags.outputs.build_type }}/deps
!target/${{ matrix.target }}/${{ steps.build_flags.outputs.build_type }}/build
!target/${{ matrix.target }}/${{ steps.build_flags.outputs.build_type }}/.fingerprint

0 comments on commit 56fbd76

Please sign in to comment.