diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5efe5d54..f592c37a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,4 +20,9 @@ jobs: run: apt update -y && apt install build-essential libsecret-1-dev -y - name: build nogui - run: make build-nogui \ No newline at end of file + run: make build-nogui + + - uses: actions/upload-artifact@v4 + with: + name: proton-bridge + path: proton-bridge \ No newline at end of file