|
|
@ -58,7 +58,7 @@ jobs:
|
|
|
|
cargo install --target x86_64-unknown-linux-musl --debug cbindgen
|
|
|
|
cargo install --target x86_64-unknown-linux-musl --debug cbindgen
|
|
|
|
cp $HOME/.cargo/bin/cbindgen .
|
|
|
|
cp $HOME/.cargo/bin/cbindgen .
|
|
|
|
- name: Uploading prep archive
|
|
|
|
- name: Uploading prep archive
|
|
|
|
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
|
|
|
|
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: cbindgen
|
|
|
|
name: cbindgen
|
|
|
|
path: .
|
|
|
|
path: .
|
|
|
@ -457,13 +457,13 @@ jobs:
|
|
|
|
# container name directly in an artifact, as artifacts can't
|
|
|
|
# container name directly in an artifact, as artifacts can't
|
|
|
|
# have ':' in the name.
|
|
|
|
# have ':' in the name.
|
|
|
|
- if: ${{ matrix.container == 'fedora:40' && env.skip != 'true' }}
|
|
|
|
- if: ${{ matrix.container == 'fedora:40' && env.skip != 'true' }}
|
|
|
|
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
|
|
|
|
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
|
|
|
name: Uploading RPMs
|
|
|
|
name: Uploading RPMs
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: rpms-fedora-40
|
|
|
|
name: rpms-fedora-40
|
|
|
|
path: suricata-rpms/devel/rpms
|
|
|
|
path: suricata-rpms/devel/rpms
|
|
|
|
- if: ${{ matrix.container == 'almalinux:9' && env.skip != 'true' }}
|
|
|
|
- if: ${{ matrix.container == 'almalinux:9' && env.skip != 'true' }}
|
|
|
|
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
|
|
|
|
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
|
|
|
name: Uploading RPMs
|
|
|
|
name: Uploading RPMs
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: rpms-epel-9
|
|
|
|
name: rpms-epel-9
|
|
|
@ -2815,7 +2815,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
mkdir dist
|
|
|
|
mkdir dist
|
|
|
|
mv suricata-*.tar.gz dist
|
|
|
|
mv suricata-*.tar.gz dist
|
|
|
|
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
|
|
|
|
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
|
|
|
name: Uploading distribution
|
|
|
|
name: Uploading distribution
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: dist
|
|
|
|
name: dist
|
|
|
|