We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290015f commit f91c26fCopy full SHA for f91c26f
1 file changed
.github/workflows/autoBuild.yml
@@ -100,7 +100,7 @@ jobs:
100
if: matrix.target == 'x86_64-unknown-linux-gnu'
101
run: |
102
cargo generate-rpm --target ${{ matrix.target }}
103
- cp target/${{ matrix.target }}/generate-rpm/*.rpm ${{ steps.crate_info.outputs.name }}-${{ steps.crate_info.outputs.version }}-1.x86_64.rpm
+ find target/${{ matrix.target }}/generate-rpm -name "*.rpm" -exec cp {} ${{ steps.crate_info.outputs.name }}-${{ steps.crate_info.outputs.version }}-1.x86_64.rpm \;
104
105
- name: Upload artifacts
106
uses: actions/upload-artifact@v4
0 commit comments