Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions .github/actions/sdk-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ runs:

- name: Archive Release Linux - GCC/x64/Static
if: runner.os == 'Linux'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-static/release'
type: 'zip'
filename: 'linux-gcc-x64-static.zip'

- name: Archive Release Linux - GCC/x64/Dynamic
if: runner.os == 'Linux'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-dynamic/release'
type: 'zip'
Expand All @@ -100,15 +100,15 @@ runs:

- name: Archive Release Linux - GCC/x64/Static/CURL
if: runner.os == 'Linux'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-static-curl/release'
type: 'zip'
filename: 'linux-gcc-x64-static-curl${{ steps.curl-suffix-linux.outputs.suffix }}.zip'

- name: Archive Release Linux - GCC/x64/Dynamic/CURL
if: runner.os == 'Linux'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-dynamic-curl/release'
type: 'zip'
Expand Down Expand Up @@ -141,7 +141,7 @@ runs:

- name: Configure MSVC
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1

- name: Build Windows Artifacts (Boost.Beast)
if: runner.os == 'Windows'
Expand All @@ -165,31 +165,31 @@ runs:

- name: Archive Release Windows - MSVC/x64/Static
if: runner.os == 'Windows'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-static/release'
type: 'zip'
filename: 'windows-msvc-x64-static.zip'

- name: Archive Release Windows - MSVC/x64/Dynamic
if: runner.os == 'Windows'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-dynamic/release'
type: 'zip'
filename: 'windows-msvc-x64-dynamic.zip'

- name: Archive Release Windows - MSVC/x64/Static/Debug
if: runner.os == 'Windows'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-static-debug/release'
type: 'zip'
filename: 'windows-msvc-x64-static-debug.zip'

- name: Archive Release Windows - MSVC/x64/Dynamic/Debug
if: runner.os == 'Windows'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-dynamic-debug/release'
type: 'zip'
Expand All @@ -208,31 +208,31 @@ runs:

- name: Archive Release Windows - MSVC/x64/Static/CURL
if: runner.os == 'Windows'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-static-curl/release'
type: 'zip'
filename: 'windows-msvc-x64-static-curl${{ steps.curl-suffix-windows.outputs.suffix }}.zip'

- name: Archive Release Windows - MSVC/x64/Dynamic/CURL
if: runner.os == 'Windows'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-dynamic-curl/release'
type: 'zip'
filename: 'windows-msvc-x64-dynamic-curl${{ steps.curl-suffix-windows.outputs.suffix }}.zip'

- name: Archive Release Windows - MSVC/x64/Static/Debug/CURL
if: runner.os == 'Windows'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-static-debug-curl/release'
type: 'zip'
filename: 'windows-msvc-x64-static-debug-curl${{ steps.curl-suffix-windows.outputs.suffix }}.zip'

- name: Archive Release Windows - MSVC/x64/Dynamic/Debug/CURL
if: runner.os == 'Windows'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-dynamic-debug-curl/release'
type: 'zip'
Expand Down Expand Up @@ -278,15 +278,15 @@ runs:

- name: Archive Release Mac - AppleClang/${{ inputs.mac_artifact_arch }}/Static
if: runner.os == 'macOS'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-static/release'
type: 'zip'
filename: 'mac-clang-${{ inputs.mac_artifact_arch }}-static.zip'

- name: Archive Release Mac - AppleClang/${{ inputs.mac_artifact_arch }}/Dynamic
if: runner.os == 'macOS'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-dynamic/release'
type: 'zip'
Expand All @@ -305,15 +305,15 @@ runs:

- name: Archive Release Mac - AppleClang/${{ inputs.mac_artifact_arch }}/Static/CURL
if: runner.os == 'macOS'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-static-curl/release'
type: 'zip'
filename: 'mac-clang-${{ inputs.mac_artifact_arch }}-static-curl${{ steps.curl-suffix-macos.outputs.suffix }}.zip'

- name: Archive Release Mac - AppleClang/${{ inputs.mac_artifact_arch }}/Dynamic/CURL
if: runner.os == 'macOS'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@a24011d8d445e4da5935a7e73c1f98e22a439464 # 0.7.1
with:
path: 'build-dynamic-curl/release'
type: 'zip'
Expand Down
Loading