Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
ci: upload built artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Jun 11, 2020
1 parent 9fa2097 commit 614f9b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
working-directory: src
run: go build -o ../dist/terraform-provider-nginx .

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
path: dist/terraform-provider-nginx

- name: Setup node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 614f9b4

Please sign in to comment.