Skip to content

Commit 54b0ffd

Browse files
authored
Merge pull request #12 from Ati1707/main
Remove unnecessary step in workflow
2 parents ae50957 + 61b257f commit 54b0ffd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
--hidden-import=urllib3.contrib.hface.protocols.http3
4141
--noconsole
4242
43-
- name: Upload Artifacts
44-
uses: actions/upload-artifact@v4
45-
with:
46-
name: TextAutoTranslate
47-
path: dist/TextAutoTranslate/
48-
4943
- name: Create Release
5044
shell: bash
5145
run: gh release create --generate-notes --target release ${{ env.release_name }} dist/TextAutoTranslate/TextAutoTranslate.exe

0 commit comments

Comments
 (0)