Skip to content

Commit

Permalink
Generate Win resources
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Aug 31, 2022
1 parent b367006 commit ed44d67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/eventlist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
languages: go
queries: security-and-quality

- name: Generate resources
if: github.event_name == 'release'
run: |
go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo
go generate
working-directory: ./tools/eventlist

- name: Create build folder
run: mkdir build
working-directory: ./tools/eventlist
Expand Down

0 comments on commit ed44d67

Please sign in to comment.