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 d9e42f7 commit f3ed6aeCopy full SHA for f3ed6ae
.github/workflows/build.yml
@@ -48,6 +48,8 @@ jobs:
48
run: |
49
ls target
50
ls target/generate-rpm
51
+ ls target/${{ matrix.target }}/release
52
+ ls target/${{ matrix.target }}/target/generate-rpm
53
mkdir -p artifacts
54
cp target/${{ matrix.target }}/release/php-fpm-queue-monitor artifacts/${{ matrix.name }}
55
cp target/${{ matrix.target }}/target/generate-rpm/*.rpm artifacts/${{ matrix.name }}.rpm
0 commit comments