From e38b19a3a7ec93b1317adc4e0bf0e9ae60842db7 Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Wed, 1 Jan 2025 00:37:16 +0800 Subject: [PATCH] Delete .github/workflows directory no need --- .github/workflows/rust.yml | 44 -------------------------------------- 1 file changed, 44 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 5b7a6d5..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: Rust - -on: - push: - branches: ["main"] - paths-ignore: - - ".github/**" - - ".gitignore" - - "*.md" - - "**.txt" - - "LICENSE" - pull_request: - branches: ["main"] - paths-ignore: - - ".github/**" - - ".gitignore" - - "**/*.md" - - "README.md" - - "LICENSE" - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: windows-latest - steps: - - uses: actions/checkout@v4 - - name: rust-toolchain-reborn - uses: crusty-pie/toolchain@v1.0.8 - with: - toolchain: stable - targets: x86_64-pc-windows-msvc - default: true - override: true - - - name: Build - run: cargo build -r --target=x86_64-pc-windows-msvc - - - name: Upload - uses: actions/upload-artifact@v4 - with: - name: Preview - path: ./target/x86_64-pc-windows-msvc/release/SC_Starter.exe