ci: remove upload-artifact@v4 (not supported on Gitea Actions)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-20 07:21:48 +01:00
parent 3b31171c74
commit 450e599c42
+2 -6
View File
@@ -20,9 +20,5 @@ jobs:
- run: npm install -g pnpm
- name: Build tinqs-git
run: TAGS="bindata sqlite sqlite_unlock_notify" make build
- name: Rename binary
run: mv gitea tinqs-git
- uses: actions/upload-artifact@v4
with:
name: tinqs-git-linux-amd64
path: ./tinqs-git
- name: Verify binary
run: ls -lh gitea && echo "Build successful"