Skip to content

Commit

Permalink
correct file path [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Nov 7, 2024
1 parent f75ed8d commit 84d0506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-release-note.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./scripts/results/modules-release-notes.md
file: ./scripts/generator/results/modules-release-notes.md
asset_name: "Full.Release.Note.md"
tag: ${{ github.event.inputs.version || github.event.release.tag_name }}
overwrite: true

0 comments on commit 84d0506

Please sign in to comment.