Skip to content

Commit

Permalink
Fix Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares authored Jan 9, 2025
1 parent cf013c9 commit 6b87f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
if: matrix.runner == 'windows-latest'
with:
asset_path: ./leadman/target/${{ matrix.target }}/release/libleadman_lib.dll
asset_path: ./leadman/target/${{ matrix.target }}/release/leadman_lib.dll
asset_name: leadman_${{ matrix.target }}_lib.dll
upload_url: ${{ needs.tag.outputs.upload }}

Expand Down

0 comments on commit 6b87f40

Please sign in to comment.