Skip to content

Commit

Permalink
fixed err
Browse files Browse the repository at this point in the history
  • Loading branch information
you97ssef committed May 26, 2024
1 parent fe2524b commit 1ad3606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
echo "`jq '.config.database_connection = \"${{ secrets.DATABASE_CONNECTION_STRING }}\"' environment.json`" > environment.json
echo "`jq '.config.port = \"${{ vars.PORT }}\"' environment.json`" > environment.json
- uses: actions/setup-go@v5

- name: Build
uses: actions/setup-go@v5
run: |
GOOS=linux GOARCH=arm64
go build -o api
Expand Down

0 comments on commit 1ad3606

Please sign in to comment.