Simple command to check if you are within ISS visibility range

attempt at further fix

Changed files
+4 -1
.forgejo
workflows
+4 -1
.forgejo/workflows/demo.yaml .forgejo/workflows/rust.yaml
···
+
+
name: Build and upload a binary on tag push
on: [push]
jobs:
···
with:
direction: upload
url: https://git.technoduck.me
-
release-dir: target/release
+
release-dir: release
token: ${{secrets.app_token}}
+
verbose: true