diff --git a/.gitea/workflows/rust.yml b/.gitea/workflows/rust.yml index bd787e8..798bcb8 100644 --- a/.gitea/workflows/rust.yml +++ b/.gitea/workflows/rust.yml @@ -9,17 +9,17 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 - with: - target: x86_64-pc-windows-gnu + # with: + # target: x86_64-pc-windows-gnu - run: cargo build --release - - run: cargo build --release --target x86_64-pc-windows-gnu + # - run: cargo build --release --target x86_64-pc-windows-gnu - uses: actions/upload-artifact@v4 with: name: linux-release path: target/release/doc_writing_tool - - uses: actions/upload-artifact@v4 - with: - name: windows-release - path: target/x86_64-pc-windows-gnu/release/doc_writing_tool.exe + # - uses: actions/upload-artifact@v4 + # with: + # name: windows-release + # path: target/x86_64-pc-windows-gnu/release/doc_writing_tool.exe