File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 9494 - name : Upload tar.gz package
9595 uses : actions/upload-artifact@v3
9696 with :
97- name : sysdig-dev-linux-amd64.tar.gz
97+ name : sysdig-dev-linux-x86_64
9898 path : |
9999 /build/release/sysdig-*.tar.gz
100100
@@ -141,7 +141,7 @@ jobs:
141141 - name : Upload tar.gz package
142142 uses : actions/upload-artifact@v3
143143 with :
144- name : sysdig-dev-linux-arm64.tar.gz
144+ name : sysdig-dev-linux-aarch64
145145 path : |
146146 ${{ github.workspace }}/sysdig-build-aarch64/sysdig-*.tar.gz
147147
@@ -169,6 +169,6 @@ jobs:
169169 - name : Upload artifacts
170170 uses : actions/upload-artifact@v3
171171 with :
172- name : sysdig-dev-${{ matrix.artifact_name }}-amd64.${{ matrix.artifact_ext }}
172+ name : sysdig-dev-${{ matrix.artifact_name }}-x86_64
173173 path : |
174- build/sysdig-*
174+ build/sysdig-*.${{ matrix.artifact_ext }}
Original file line number Diff line number Diff line change 7777 include :
7878 - os : windows-latest
7979 artifact_name : win
80+ artifact_ext : exe
8081 - os : macos-latest
8182 artifact_name : osx
83+ artifact_ext : dmg
8284 env :
8385 BUILD_VERSION : ${{ github.ref_name }}
8486 runs-on : ${{ matrix.os }}
9395 - name : Upload Artifacts
9496 uses : actions/upload-artifact@v3
9597 with :
96- name : sysdig-release-${{ env.BUILD_VERSION }}-${{ matrix.artifact_name }}
97- path : /build/sysdig-${{ env.BUILD_VERSION }}*
98+ name : sysdig-release-${{ env.BUILD_VERSION }}-${{ matrix.artifact_name }}-x86_64
99+ path : /build/sysdig-${{ env.BUILD_VERSION }}*.${{ matrix.artifact_ext }}
98100
99101 push-container-image :
100102 runs-on : ubuntu-latest
@@ -217,6 +219,14 @@ jobs:
217219 uses : actions/download-artifact@v3
218220 with :
219221 name : sysdig-release-${{ env.BUILD_VERSION }}-aarch64
222+ - name : Download artifacts (win-amd64)
223+ uses : actions/download-artifact@v3
224+ with :
225+ name : sysdig-release-${{ env.BUILD_VERSION }}-win-x86_64
226+ - name : Download artifacts (osx-amd64)
227+ uses : actions/download-artifact@v3
228+ with :
229+ name : sysdig-release-${{ env.BUILD_VERSION }}-osx-x86_64
220230 - name : Create draft release
221231 uses : softprops/action-gh-release@v1
222232 with :
You can’t perform that action at this time.
0 commit comments