Skip to content

Commit 8e713e9

Browse files
committed
Fix release workflow again…
1 parent 3edf98c commit 8e713e9

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
@@ -189,8 +189,6 @@ jobs:
189189
if: success() || failure() # always run even if the previous step fails
190190
with:
191191
report_paths: "report.xml"
192-
cp ${bin} distribution/print-api
193-
echo "$GITHUB_WORKSPACE/distribution" >> "$GITHUB_PATH"
194192

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

0 commit comments

Comments
 (0)