Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 committed Dec 3, 2024
1 parent b905502 commit a89116c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- run: dart run build_runner build --delete-conflicting-outputs
working-directory: common

- run: dart run build_runner build --delete-conflicting-outputs
working-directory: gui

- name: Build revitool CLI
run: dart compile exe common/bin/main.dart -o revitool.exe --define=APP_VERSION=${{ env.NEW_VERSION }}

Expand Down

0 comments on commit a89116c

Please sign in to comment.