Skip to content

Commit

Permalink
Update netcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
L3tum authored Dec 30, 2019
1 parent 8f828d2 commit 9e986fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/netcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
- name: Setup node package
if: startsWith(github.ref, 'refs/tags/')
run: |
dotnet build -c Release HardwareInformation.Typings/HardwareInformation.Typings.csproj
mkdir package
cd HardwareInformation/Scripts
cd HardwareInformation.Typings/Scripts
cp -r ./* ../../package/
cd ..
cp package.template.json ../package/package.json
Expand Down

0 comments on commit 9e986fa

Please sign in to comment.