diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 941c5e5..3462748 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -42,7 +42,7 @@ jobs: - name: Build run: | cargo build --release --target $CARGO_TARGET - strip target/$CARGO_TARGET/release/rot + strip target/$CARGO_TARGET/release/stationslauf - name: Deploy to production run: |