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