Skip to content

Commit

Permalink
[CI] upload windows EXE as build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarzik committed Feb 22, 2024
1 parent 34b64af commit 0970f49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/TestingCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,9 @@ jobs:
# - run: cargo run -p systest
- run: cargo build --release --verbose
- run: cargo run --release --verbose
- name: Upload self-signed-cert.exe as an artifact
uses: actions/upload-artifact@v2
with:
name: self-signed-cert-win64-exe
path: target/release/self-signed-cert.exe # or target/debug/self-signed-cert.exe if you're building a debug version

0 comments on commit 0970f49

Please sign in to comment.