Skip to content

Commit

Permalink
tweak names
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Aug 7, 2024
1 parent fc984a1 commit 7d84476
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: '1.23.0-rc.2'

- name: Install Go RC and build
- name: Build
run: go build ./...

- name: Run
Expand All @@ -29,7 +29,6 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1 # Replace with your AWS region

- name: Upload to S3
run: ./upload.sh

0 comments on commit 7d84476

Please sign in to comment.