This commit is contained in:
@@ -9,17 +9,17 @@ 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
|
||||||
with:
|
# with:
|
||||||
target: x86_64-pc-windows-gnu
|
# target: x86_64-pc-windows-gnu
|
||||||
|
|
||||||
- run: cargo build --release
|
- 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
|
- 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
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
# - uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: windows-release
|
# name: windows-release
|
||||||
path: target/x86_64-pc-windows-gnu/release/doc_writing_tool.exe
|
# path: target/x86_64-pc-windows-gnu/release/doc_writing_tool.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user