google-github-actions / upload-cloud-storage

A GitHub Action for uploading files to a Google Cloud Storage (GCS) bucket.
https://cloud.google.com/storage
Apache License 2.0
224 stars 50 forks source link

Looks like 0.10.4 hasn't been released. #298

Closed Byeong-jun-Kim closed 1 year ago

Byeong-jun-Kim commented 1 year ago

TL;DR

https://github.com/google-github-actions/auth/issues/235 As I mentioned here, it looks like 0.10.4 hasn't been released.

https://github.com/marketplace/actions/cloud-storage-uploader

image

Expected behavior

No response

Observed behavior

No response

Action YAML

- name: Upload apk file
      uses: google-github-actions/upload-cloud-storage@v0.10.4
      with:
        path: asdf
        destination: asdf
        parent: false

Log output

No response

Additional information

No response

Byeong-jun-Kim commented 1 year ago

@sethvargo Can you check this?

sethvargo commented 1 year ago

@Byeong-jun-Kim you can use other tag versions from https://github.com/google-github-actions/upload-cloud-storage/releases - they don't have to appear in that dropdown.

Byeong-jun-Kim commented 1 year ago

Okay thank you. Actually there is new version in the dropdown now