Skip to content

Commit

Permalink
add destination dir (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 27, 2024
1 parent 6830a0a commit 20068aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-and-publish-osv/action.yaml
Expand Up @@ -77,5 +77,5 @@ runs:
gcloud --quiet alpha storage cp \
${{ inputs.enable_acl_public_read }} --cache-control=no-store \
'./osv/**' \
gs://${{ inputs.gcs_apk_bucket_name }}/${{ inputs.gcs_apk_directory_name}}/
gs://${{ inputs.gcs_apk_bucket_name }}/${{ inputs.gcs_apk_directory_name}}/osv/
shell: bash

0 comments on commit 20068aa

Please sign in to comment.