|
|
@ -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@50769540e7f4bd5e21e526ee35c689e35e0d6874
|
|
|
|
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: cbindgen
|
|
|
|
name: cbindgen
|
|
|
|
path: .
|
|
|
|
path: .
|
|
|
@ -454,13 +454,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'
|
|
|
|
- if: matrix.container == 'fedora:40'
|
|
|
|
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
|
|
|
|
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
|
|
|
|
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'
|
|
|
|
- if: matrix.container == 'almalinux:9'
|
|
|
|
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
|
|
|
|
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
|
|
|
|
name: Uploading RPMs
|
|
|
|
name: Uploading RPMs
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: rpms-epel-9
|
|
|
|
name: rpms-epel-9
|
|
|
@ -2792,7 +2792,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
mkdir dist
|
|
|
|
mkdir dist
|
|
|
|
mv suricata-*.tar.gz dist
|
|
|
|
mv suricata-*.tar.gz dist
|
|
|
|
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
|
|
|
|
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
|
|
|
|
name: Uploading distribution
|
|
|
|
name: Uploading distribution
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: dist
|
|
|
|
name: dist
|
|
|
|