diff --git a/.github/workflows/TestingCI.yml b/.github/workflows/TestingCI.yml index e1956fb..b723a0d 100644 --- a/.github/workflows/TestingCI.yml +++ b/.github/workflows/TestingCI.yml @@ -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