Skip to content

Commit

Permalink
change github actions name
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekjalan87 committed Oct 26, 2023
1 parent 85cec1c commit 53ffd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-python@v4 #Install awscli on all platform
with:
python-version: '3.10'
- name: Install dependencies
- name: Install AWSCLI
run: |
python -m pip install --upgrade pip
pip install --upgrade pip
Expand All @@ -39,7 +39,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}

- name: Download from S3
- name: Download fonts from S3
run: |
aws s3 sync s3://lisk-desktop-files/fonts ./setup/react/assets/fonts/
Expand Down

0 comments on commit 53ffd29

Please sign in to comment.