Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
!!! amend download_cppsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Audykowicz committed Aug 25, 2023
1 parent 524ed89 commit 52c00d9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/download_cppsdk/bash/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ runs:
export INPUT_URL="https://github.com/DolbyIO/comms-sdk-cpp/releases/download"
export INPUT_TAG=${{ inputs.tag }}
export INPUT_ASSET_NAME=cppsdk-${{ inputs.tag }}-${{ inputs.asset_suffix }}
./.github/actions/download_cpp/bash/download_cpp.sh
./.github/actions/download_cppsdk/bash/download_cppsdk.sh
shell: bash
2 changes: 1 addition & 1 deletion .github/actions/download_cppsdk/powershell/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ runs:
$Env:INPUT_URL = "https://github.com/DolbyIO/comms-sdk-cpp/releases/download"
$Env:INPUT_TAG = "${{ inputs.tag }}"
$Env:INPUT_ASSET_NAME = "cppsdk-${{ inputs.tag }}-${{ inputs.asset_suffix }}"
./.github/actions/download_cpp/powershell/download_cpp.ps1
./.github/actions/download_cppsdk/powershell/download_cppsdk.ps1
shell: powershell

0 comments on commit 52c00d9

Please sign in to comment.