ci: remove upload-artifact@v4 (not supported on Gitea Actions)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user