From ecb74dbb293036aebc6ea48d831c857075cd686e Mon Sep 17 00:00:00 2001 From: Bad Date: Sat, 30 Nov 2024 22:42:26 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 37046b83..f99fb96c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,5 +24,7 @@ jobs: - uses: christopherhx/gitea-upload-artifact@v4 with: - name: proton-bridge.zip - path: proton-bridge \ No newline at end of file + name: nogui.zip + path: | + proton-bridge + bridge \ No newline at end of file