From 850f9884251b31d0cce263d97235209067262c9b Mon Sep 17 00:00:00 2001 From: Klaus Dandl Date: Sat, 20 Jul 2024 17:01:48 +0200 Subject: [PATCH] Refactor script name and update artifact name for video-to-text application --- .github/workflows/pyinstall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstall.yml b/.github/workflows/pyinstall.yml index 829d262..a3c595e 100644 --- a/.github/workflows/pyinstall.yml +++ b/.github/workflows/pyinstall.yml @@ -36,5 +36,5 @@ jobs: - uses: actions/upload-artifact@v2 with: - name: name-of-artifact + name: video-to-text.exe path: ./dist \ No newline at end of file