Skip to content

GH OBS Helper v1.1.4

Choose a tag to compare

@github-actions github-actions released this 28 May 06:23

Release Notes

Copy this template to RELEASE_NOTES.md before creating a release tag to provide custom release notes.

πŸš€ GH OBS Helper Release v1.1.4

🎯 What's New

  • Minor bug fixes

πŸ› οΈ Usage Example

- name: Upload to OBS
  id: upload
  uses: diverger/[email protected]
  with:
    access_key: ${{ secrets.OBS_ACCESS_KEY }}
    secret_key: ${{ secrets.OBS_SECRET_KEY }}
    region: 'cn-north-4'
    bucket: 'my-bucket'
    operation: 'upload'
    local_path: 'dist/**/*'
    obs_path: 'releases/v1.1.4/'
    public_read: true

- name: Use uploaded file URLs
  run: |
    echo "First file URL: ${{ steps.upload.outputs.first_upload_url }}"
    echo "All URLs: ${{ steps.upload.outputs.upload_urls }}"

πŸ™ Contributors

  • Thank contributors
  • Mention community feedback

Full Changelog: v1.1.3...v1.1.4