Skip to content

Commit d9d0cfa

Browse files
committed
[fix] release folder in GitHub actions
1 parent f221d94 commit d9d0cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
prerelease: ${{ !contains(github.ref, 'refs/heads/master') }}
3535
generate_release_notes: true
36-
files: ${{ env.FILE_PATH }}
36+
files: build/${{ env.FILE_PATH }}

0 commit comments

Comments
 (0)