This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user