We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb1c92 commit 260f4f2Copy full SHA for 260f4f2
.github/workflows/build-and-test.yml
@@ -29,7 +29,7 @@ jobs:
29
run: dzil build --no-tgz --in dzil_build_dir
30
- name: Maybe skip Changes test
31
if: github.ref == 'refs/heads/master'
32
- run: rm dzil_build_dir/xt/release/changes_has_content.t
+ run: rm dzil_build_dir/xt/release/changes_has_content.t && perl -pi -e "s|'xt/release/changes_has_content.t'||g" dzil_build_dir/xt/author/*
33
- uses: actions/upload-artifact@master
34
with:
35
name: build_dir
0 commit comments