Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Mar 5, 2022
1 parent 7db457a commit c99c406
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
name: templatizer-ui-build
path: cmd/client/templatizer-ui/build
- name: Configure go version
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit c99c406

Please sign in to comment.