diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f6b848..6aa7e38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,8 +189,6 @@ jobs: if: success() || failure() # always run even if the previous step fails with: report_paths: "report.xml" - cp ${bin} distribution/print-api - echo "$GITHUB_WORKSPACE/distribution" >> "$GITHUB_PATH" - name: Test run: cabal test --project-file=cabal.static.project --test-options "--xml=../print-api/report.xml" all