mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 03:33:09 +00:00
fix(ci): fixed Falco release debug symbols names.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
5664e8715c
commit
437ec7633c
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@ -163,18 +163,18 @@ jobs:
|
|||||||
- name: Download debug symbols for Falco x86_64
|
- name: Download debug symbols for Falco x86_64
|
||||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
||||||
with:
|
with:
|
||||||
name: falco-${{ inputs.version }}-x86_64.debug
|
name: falco-${{ github.event.release.tag_name }}-x86_64.debug
|
||||||
|
|
||||||
- name: Rename x86_64 debug symbols
|
- name: Rename x86_64 debug symbols
|
||||||
run: mv falco.debug falco_x86_64.debug
|
run: mv falco.debug falco-x86_64.debug
|
||||||
|
|
||||||
- name: Download debug symbols for Falco aarch64
|
- name: Download debug symbols for Falco aarch64
|
||||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
||||||
with:
|
with:
|
||||||
name: falco-${{ inputs.version }}-aarch64.debug
|
name: falco-${{ github.event.release.tag_name }}-aarch64.debug
|
||||||
|
|
||||||
- name: Rename aarch64 debug symbols
|
- name: Rename aarch64 debug symbols
|
||||||
run: mv falco.debug falco_aarch64.debug
|
run: mv falco.debug falco-aarch64.debug
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
|
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
|
||||||
|
Loading…
Reference in New Issue
Block a user