Skip to content

Commit 0602bf9

Browse files
committed
Fix path
1 parent e687df8 commit 0602bf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444

4545
- run: cargo generate-rpm --target ${{ matrix.target }}
4646

47-
- name: Setup tmate session
48-
uses: mxschmitt/action-tmate@v3
47+
# - name: Setup tmate session
48+
# uses: mxschmitt/action-tmate@v3
4949

5050
- name: Prepare artifact
5151
run: |
@@ -55,7 +55,7 @@ jobs:
5555
ls target/${{ matrix.target }}/target/generate-rpm
5656
mkdir -p artifacts
5757
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
58+
cp target/${{ matrix.target }}/generate-rpm/*.rpm artifacts/${{ matrix.name }}.rpm
5959
6060
- name: Upload artifact
6161
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)