Skip to content

Commit

Permalink
fix: not uploading tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
orangedeng committed Oct 17, 2024
1 parent bffc890 commit 1ac34c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
aws-region: ${{ env.AWS_REGION }}
role-session-name: upload-kube-explorer-ui
# TODO change role here
role-to-assume: arn:aws:iam::852061510766:role/github-actions-aws-s3-role
- uses: actions/setup-node@v4
with:
Expand All @@ -32,6 +31,5 @@ jobs:
run: |
./scripts/build-embedded
- name: Upload static to s3
if: startsWith(github.ref,'refs/heads/')
run: |
aws s3 cp dist/static/${GITHUB_REF#refs/tags/}.tar.gz s3://${{ env.BUCKET_NAME }}/kube-explorer/ --acl public-read --delete

0 comments on commit 1ac34c7

Please sign in to comment.