Skip to content

Commit fe7d2f0

Browse files
author
opencode
committed
Remove Linux executable from release upload since build fails
1 parent be4251e commit fe7d2f0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,9 @@ jobs:
8888
uses: softprops/action-gh-release@v2
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91-
with:
92-
files: |
93-
Voice2Text-Windows/Voice2Text.exe
94-
Voice2Text-macOS/Voice2Text
95-
Voice2Text-Linux/Voice2Text
91+
with:
92+
files: |
93+
Voice2Text-Windows/Voice2Text.exe
94+
Voice2Text-macOS/Voice2Text
9695
draft: false
9796
prerelease: false

0 commit comments

Comments
 (0)