Skip to content

Commit

Permalink
[CI] Fix wrong artifact upload path (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 authored Jan 9, 2025
1 parent 8e3ffc4 commit 20c2b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Lagrange.OneBot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
if: github.event_name != 'pull_request'
with:
name: Lagrange.OneBot_${{ matrix.runtimeIdentifier }}_net9.0_NoSelfContained
path: Lagrange.OneBot/bin/Release/net8.0/${{ matrix.runtimeIdentifier }}/publish
path: Lagrange.OneBot/bin/Release/net9.0/${{ matrix.runtimeIdentifier }}/publish

0 comments on commit 20c2b10

Please sign in to comment.