Upload Cloud Storage Versions Save

A GitHub Action for uploading files to a Google Cloud Storage (GCS) bucket.

v0.10.4

1 year ago

v0.10.2

2 years ago

Miscellaneous Chores

  • fix an issue where the parent directory was incorrectly included for single-file uploads

v0.10.1

2 years ago

Miscellaneous Chores

  • fix a bug where content-type (mime type) was incorrectly set on uploaded objects

v0.10.0

2 years ago

Features

  • refactor uploading and ignore processing (#255) (6c467dd)

v0.9.0

2 years ago

Features

  • parse .gcloudignore files during upload (#237) (0715ae5)

v0.8.0

2 years ago

Miscellaneous Chores

v0.7.0

2 years ago

⚠ BREAKING CHANGES

  • require Node 16 (#227)

Miscellaneous Chores

v0.6.0

2 years ago

⚠️ This is the last release that supports Node 12!

⚠ BREAKING CHANGES

  • throw an exception on invalid or duplicate headers (#169)

Features

  • add support for files and folders beginning with a dot (#206) (b5dd2b4)
  • switch to using actions-utils (#167) (7c418c5)

bug

  • also upload files and folders beginning with a dot (#206)
  • throw an exception on invalid or duplicate headers (#169) (7348133)

v0.5.0

2 years ago

Features

Bug Fixes