Skip to content

Commit

Permalink
copy sls-local-server
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre818181 committed Jan 4, 2025
1 parent 28d56a3 commit b43a1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: '1.22'
cache: true

- run: go build -ldflags="-X 'sls-local-server/main.Version=$(github.ref_name)'" -o main main.go
- run: go build -ldflags="-X 'sls-local-server/main.Version=$(github.ref_name)'" -o sls-local-server main.go

- name: Configure AWS credentials
if: endsWith(github.ref_name, '-dev')
Expand All @@ -34,4 +34,4 @@ jobs:
- name: Upload to AWS if dev tag
if: endsWith(github.ref_name, '-dev')
run: |
aws s3 cp dev-sls-local-server s3://rutvik-test-script/
aws s3 cp sls-local-server s3://rutvik-test-script/

0 comments on commit b43a1e0

Please sign in to comment.