Skip to content

Commit

Permalink
chore(CI): fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed May 8, 2022
1 parent 34dc3c7 commit f6016af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
msbuild src/Ironbug.Grasshopper/Ironbug.Grasshopper.csproj /p:Configuration=Release /p:Platform=x64 /p:Version=${{ env.ReleaseVersion }} /restore
mkdir installer/plugin
mv src/Ironbug.Grasshopper/bin/x64/Release/Ironbug.* installer/plugin
mv src/Ironbug.Grasshopper/bin/x64/Release/* installer/plugin
mkdir installer/HVACTemplates
cp doc/HVAC_GHTemplates/* installer/HVACTemplates -r
ls installer/plugin -r
ls installer -r
- name: Unit tests
run: |
Expand Down

0 comments on commit f6016af

Please sign in to comment.