fix: builder and sdk changes #81

Merged
marcel.henselin merged 85 commits from chore/update_goreleaser into alpha 2026-03-11 13:13:46 +00:00
Showing only changes of commit 3949ec9935 - Show all commits

View file

@ -105,7 +105,7 @@ runs:
- name: Crete service account file
shell: bash
run: |
mkdir -p dirname "$(realpath ${{ inputs.service_account_json_file_path }})"
mkdir -p $(dirname "${{ inputs.service_account_json_file_path }}")
echo "${{ inputs.service_account_json }}" > "${{ inputs.service_account_json_file_path }}"
cat "${{ inputs.service_account_json_file_path }}"