|
|
@ -62,7 +62,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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
|
|
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: cbindgen
|
|
|
|
name: cbindgen
|
|
|
|
path: .
|
|
|
|
path: .
|
|
|
@ -440,13 +440,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:41' && env.skip != 'true' }}
|
|
|
|
- if: ${{ matrix.container == 'fedora:41' && env.skip != 'true' }}
|
|
|
|
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
|
|
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
|
|
|
|
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
|
|
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
|
|
|
|
name: Uploading RPMs
|
|
|
|
name: Uploading RPMs
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: rpms-epel-9
|
|
|
|
name: rpms-epel-9
|
|
|
@ -2560,7 +2560,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
mkdir dist
|
|
|
|
mkdir dist
|
|
|
|
mv suricata-*.tar.gz dist
|
|
|
|
mv suricata-*.tar.gz dist
|
|
|
|
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
|
|
|
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
|
|
|
|
name: Uploading distribution
|
|
|
|
name: Uploading distribution
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: dist
|
|
|
|
name: dist
|
|
|
|