Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Update bucket and path
Browse files Browse the repository at this point in the history
  • Loading branch information
guangbochen committed Apr 1, 2021
1 parent 24fc1b4 commit c4f028d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_bucket: ${{ secrets.AWS_BUCKET }}
source_dir: 'dist'
destination_dir: ${{ steps.info.outputs.version }}
destination_dir: ui/${{ steps.info.outputs.version }}

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit c4f028d

Please sign in to comment.