Skip to content

Commit 7c3a8b6

Browse files
committed
Fix release workflow
1 parent b6d52a4 commit 7c3a8b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
if: success() || failure() # always run even if the previous step fails
9494
with:
9595
report_paths: "report.xml"
96-
cp ${bin} distribution/print-api
97-
echo "$GITHUB_WORKSPACE/distribution" >> "$GITHUB_PATH"
9896

9997
- name: Test
10098
run: cabal test --project-file=cabal.static.project --test-options "--xml=../print-api/report.xml" all

0 commit comments

Comments
 (0)