We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4251e commit fe7d2f0Copy full SHA for fe7d2f0
.github/workflows/build.yml
@@ -88,10 +88,9 @@ jobs:
88
uses: softprops/action-gh-release@v2
89
env:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91
- with:
92
- files: |
93
- Voice2Text-Windows/Voice2Text.exe
94
- Voice2Text-macOS/Voice2Text
95
- Voice2Text-Linux/Voice2Text
+ with:
+ files: |
+ Voice2Text-Windows/Voice2Text.exe
+ Voice2Text-macOS/Voice2Text
96
draft: false
97
prerelease: false
0 commit comments