From 7ed1e4121fb075d58cda558edf91180592576efc Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Sun, 18 Jun 2023 13:41:31 +0300 Subject: [PATCH] Delete rust.yml --- .github/workflows/rust.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/rust.yml diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index 7a35df2..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Rust - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -env: - CARGO_TERM_COLOR: always -jobs: - build: - name: Upload Release Asset - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - name: Build project # This would actually build your project, using zip for an example artifact - run: | - cargo build --release --verbose