ravivooda / stocks

1 stars 0 forks source link

Hardcoded path, need to use $BUILD_ARTIFACTS_PATH from above #5

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

https://github.com/ravivooda/stocks/blob/fdf4a450a83e72292b2a012e3e1befe59978ea2f/.github/workflows/production.yml#L83


        workload_identity_provider: 'projects/659322829339/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
        service_account: 'github-actions-upload@stocks-348021.iam.gserviceaccount.com'

    # TODO: Hardcoded path, need to use $BUILD_ARTIFACTS_PATH from above
    - id: 'upload-folder'
      uses: 'google-github-actions/upload-cloud-storage@v0'
      with:
        path: tmp/build/artifacts
        destination: 'letf_overlaps/github_action'
        parent: false
github-actions[bot] commented 2 years ago

Closed in 53b5284e0bc665f850cd42cbe665af87e4740aa0