fix: select all build files
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -26,4 +26,5 @@ jobs:
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: build/.
|
||||
files: |-
|
||||
build/**
|
Reference in New Issue
Block a user