We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d67ed8 commit 76f58e8Copy full SHA for 76f58e8
1 file changed
.github/workflows/releaser.yml
@@ -72,5 +72,5 @@ jobs:
72
uses: softprops/action-gh-release@v2
73
with:
74
name: ${{ env.SCRIPT_NAME }}_${{ github.ref_name }}
75
- files: 'release/*.zip'
76
- body_path: release/release_note.txt
+ files: 'build/*.zip'
+ body_path: build/release_note.txt
0 commit comments