From 6ad1e89919ab0ded70e04718274a4991cbb9e50a Mon Sep 17 00:00:00 2001 From: Bad Date: Sat, 30 Nov 2024 22:28:29 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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