name: Build run-name: Im about to BUILLLLDDDDDDD on: [push] jobs: Build: runs-on: ubuntu-latest steps: - name: Checkout repo uses: actions/checkout@v4 - name: install rust run: #apt update - run: #apt install cargo golang -y - run: #cargo build --release - name: Use Go Action uses: https://gitea.com/actions/release-action@main with: files: |- main.rs api_key: '${{secrets.RELEASE_TOKEN}}'