Skip to content

Commit

Permalink
publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Jun 25, 2024
1 parent d5fcb7b commit d6023bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-bicep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'
- name: 'Build aws-type-downloader'
env:
GOPROXY: "https://proxy.golang.org"
working-directory: 'src/aws-type-downloader'
run: go build .
- name: Download AWS specs from CloudControl
run: |
go run ./src/aws-type-downloader/main.go --output ./artifacts/types --clean
Expand Down

0 comments on commit d6023bf

Please sign in to comment.