diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 07ae047..f5c12f0 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,7 +7,7 @@ on: jobs: create-release: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v1 diff --git a/ci/extractInfo.js b/ci/extractInfo.js index 968241c..56c4fbb 100644 --- a/ci/extractInfo.js +++ b/ci/extractInfo.js @@ -1,3 +1,4 @@ +const path = require('path') const {version} = require('../package.json') function printSetOutputs(outputs) {