this repo has no description
4
fork

Configure Feed

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

attempt at further fix

+4 -1
+4 -1
.forgejo/workflows/demo.yaml .forgejo/workflows/rust.yaml
··· 1 + 2 + name: Build and upload a binary on tag push 1 3 on: [push] 2 4 3 5 jobs: ··· 19 21 with: 20 22 direction: upload 21 23 url: https://git.technoduck.me 22 - release-dir: target/release 24 + release-dir: release 23 25 token: ${{secrets.app_token}} 26 + verbose: true 24 27 25 28