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 e687df8 commit 0602bf9Copy full SHA for 0602bf9
.github/workflows/build.yml
@@ -44,8 +44,8 @@ jobs:
44
45
- run: cargo generate-rpm --target ${{ matrix.target }}
46
47
- - name: Setup tmate session
48
- uses: mxschmitt/action-tmate@v3
+ # - name: Setup tmate session
+ # uses: mxschmitt/action-tmate@v3
49
50
- name: Prepare artifact
51
run: |
@@ -55,7 +55,7 @@ jobs:
55
ls target/${{ matrix.target }}/target/generate-rpm
56
mkdir -p artifacts
57
cp target/${{ matrix.target }}/release/php-fpm-queue-monitor artifacts/${{ matrix.name }}
58
- cp target/${{ matrix.target }}/target/generate-rpm/*.rpm artifacts/${{ matrix.name }}.rpm
+ cp target/${{ matrix.target }}/generate-rpm/*.rpm artifacts/${{ matrix.name }}.rpm
59
60
- name: Upload artifact
61
uses: actions/upload-artifact@v4
0 commit comments