worklflow works?
Continuous integration / Check (push) Failing after 3m15s
Continuous integration / build (push) Failing after 6m47s

This commit is contained in:
2025-07-24 00:05:53 +01:00
parent bbf9b9b00d
commit 9c50db2b62
2 changed files with 9 additions and 3 deletions
-2
View File
@@ -1,2 +0,0 @@
[build]
rustc-wrapper = "sccache"
+9 -1
View File
@@ -17,8 +17,16 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
- run: rustup target add x86_64-pc-windows-gnu
- run: cargo build --release
- run: cargo build --release --target x86_64-pc-windows-gnu
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: linux-release name: linux-release
path: target/release/doc_writing_tool path: target/release/doc_writing_tool
- run: cargo build
- uses: actions/upload-artifact@v4
with:
name: windows-release
path: target/x86_64-pc-windows-gnu/release/doc_writing_tool.exe