Skip to content

Commit

Permalink
Test upload artefact on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElieGouzien committed May 31, 2024
1 parent 8088730 commit fe1cea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{matrix.os}}-qsharp-alice-bob-resource-estimator
path: target/release/qsharp-alice-bob-resource-estimator
path: target/release/qsharp-alice-bob-resource-estimator${{ ${{runner.os}} == Windows && .exe }}
- name: test
run: cargo test
- name: example elliptic_log
Expand Down

0 comments on commit fe1cea7

Please sign in to comment.