Skip to content

Commit

Permalink
Fix doc upload path in release workflow (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Jul 10, 2023
1 parent 9c80991 commit df53f80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
run: ./gradlew publishToProduction

- name: Upload docs
uses: google-github-actions/upload-cloud-storage@v1
with:
path: docs/build/${{ steps.get_version.outputs.VERSION }}.tar.gz
destination: ua-web-ci-prod-docs-transfer/libraries/xamarin/${{ steps.get_version.outputs.VERSION }}.tar.gz

env:
VERSION: ${{ steps.get_version.outputs.VERSION }}
run: |
gsutil cp docs/build/$VERSION.tar.gz gs://ua-web-ci-prod-docs-transfer/libraries/xamarin/$VERSION.tar.gz
- name: Create Github Release
uses: actions/create-release@v1.0.1
env:
Expand Down

0 comments on commit df53f80

Please sign in to comment.