Skip to content

Commit

Permalink
Fix Workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Dec 24, 2021
1 parent be07ed1 commit b29f28b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Run Nuke Build
run: ./Build/Build.cmd --GitHubToken ${{ secrets.GITHUB_TOKEN }}
run: ./.nuke/build.cmd --GitHubToken ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,6 @@
- Fixed broken print and preview button
- Reduced memory allocation
- 2021-12-21 2022.0.3.1 Fixed https://github.com/jeremytammik/RevitLookup/issues/117 issue. Reflection TargetException message replaced by InnerException message.
- Unreleased 2022.0.3.2 Updated headers for Geometry View. Added a label for null and empty strings.
- Unreleased 2022.0.3.2 This update fixes the display of labels:
- Updated labels for Geometry View.
- Added a label for null and empty string, nullable double.

0 comments on commit b29f28b

Please sign in to comment.