Skip to content

Commit 76f58e8

Browse files
committed
Fix: Update releaser
1 parent 0d67ed8 commit 76f58e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/releaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
uses: softprops/action-gh-release@v2
7373
with:
7474
name: ${{ env.SCRIPT_NAME }}_${{ github.ref_name }}
75-
files: 'release/*.zip'
76-
body_path: release/release_note.txt
75+
files: 'build/*.zip'
76+
body_path: build/release_note.txt

0 commit comments

Comments
 (0)