From a35fc079634fa28a1f10d3ce367c757060d1307a Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 18:47:25 +0100 Subject: [PATCH] attempt to upload only file --- .gitea/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index 6515f13..cd2196c 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -29,5 +29,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: steamPathCLI + name: steamPathCLI.sh path: dist/steamPathCLI.sh \ No newline at end of file