this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

final fix with tag

+3 -1
+3 -1
.forgejo/workflows/rust.yaml
··· 1 1 2 2 name: Build and upload a binary on tag push 3 - on: [push] 3 + on: 4 + push: 5 + tags: 'v*' 4 6 5 7 jobs: 6 8 test: