File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,15 @@ jobs:
3535 with :
3636 pattern : linux-*
3737 path : ./downloads
38- merge-multiple : false # some artifacts have the same name and so can not be aggregated in a single directory
3938
4039 - name : Unpack CMake Artifacts
4140 shell : bash
4241 run : |
4342 set -x
4443 ls -horRAS ./downloads
4544 mkdir -p ./build/{arm64,amd64}/linux/
46- unzip -d ./build/arm64/linux/ ./downloads/ziti-edge-tunnel-Linux_arm64.zip
47- unzip -d ./build/amd64/linux/ ./downloads/ziti-edge-tunnel-Linux_x86_64.zip
45+ unzip -d ./build/arm64/linux/ ./downloads/linux-arm64/ ziti-edge-tunnel-Linux_arm64.zip
46+ unzip -d ./build/amd64/linux/ ./downloads/linux-x64/ ziti-edge-tunnel-Linux_x86_64.zip
4847
4948 - name : Set up QEMU
5049 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change @@ -21,13 +21,11 @@ jobs:
2121 uses : actions/download-artifact@v5
2222 with :
2323 path : ${{ runner.workspace }}/downloads
24- merge-multiple : false # some artifacts have the same name and so can not be aggregated in a single directory
2524
2625 - name : List Release Artifacts
2726 run : ls -horRAS ${{runner.workspace}}/downloads/
2827
29- # the purpose of this step is to identify the release that was created for the current tag and upload the
30- # artifacts that do not need to be renamed
28+ # the purpose of this step is to upload the artifacts to the GH Release for the current tag
3129 - name : Release
3230 id : get_release
3331 uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments