Skip to content

GH OBS Helper v1.1.9

Choose a tag to compare

@github-actions github-actions released this 08 Jun 11:36
· 20 commits to main since this release

Release Notes

πŸš€ GH OBS Helper Release v1.1.9

🎯 What's New

  • Workflow Fixes: Repaired corrupted GitHub workflow configuration
  • Path Consistency: Ensured all OBS paths use consistent repository folder structure
  • CI/CD Stability: Improved workflow reliability and maintainability

πŸ”§ Changes

  • Workflow Configuration: Fixed corrupted test-upload.yml workflow inputs section
  • OBS Path Standardization: Confirmed all workflow files use "gh-obs-helper/" path prefix consistently

πŸ› Bug Fixes

  • Critical Fix: Resolved corrupted YAML structure in test-upload.yml workflow file
  • Input Validation: Fixed malformed workflow inputs that were preventing proper execution
  • Path Consistency: Ensured single file upload test uses correct OBS path with repository prefix

πŸ“‹ Known Issues

  • No known issues in this release
  • All workflows have been validated and are functioning correctly

πŸ”— Migration Guide

  • No breaking changes from v1.1.8
  • All existing workflows remain fully compatible
  • Workflow fixes are internal improvements that don't affect user-facing functionality

πŸ› οΈ 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: 'gh-obs-helper/releases/v1.1.9/'
    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.8...v1.1.9