Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
notjaywu committed Dec 11, 2023
1 parent a8a046e commit 6b43b65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
run: echo "GIT_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: "Publish Binary"
run: |
pip install setuptools
GIT_COMMIT=${{ github.sha }} GIT_TAG=$GIT_TAG RUNNER_OS=${{ runner.os }} ./scripts/ci/build.sh
- name: Upload artifacts
if: always()
Expand Down Expand Up @@ -177,6 +178,7 @@ jobs:
run: echo "GIT_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: "Publish Binary"
run: |
pip install setuptools
GIT_COMMIT=${{ github.sha }} GIT_TAG=$GIT_TAG ./scripts/ci/build.sh
- name: Upload artifacts
if: always()
Expand Down Expand Up @@ -225,6 +227,7 @@ jobs:
- name: Publish binary
if: startsWith(github.ref, 'refs/tags/')
run: |
pip install setuptools
yarn node-pre-gyp package testpackage --verbose
node scripts\module-packaging.js --publish $(yarn -s node-pre-gyp reveal staged_tarball --silent)
Expand Down Expand Up @@ -273,5 +276,6 @@ jobs:
- name: Publish binary
if: startsWith(github.ref, 'refs/tags/')
run: |
pip install setuptools
yarn node-pre-gyp package testpackage --verbose
node scripts\module-packaging.js --publish $(yarn -s node-pre-gyp reveal staged_tarball --silent)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getinsomnia/node-libcurl",
"version": "2.3.6-21",
"version": "2.4.1-4",
"description": "The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl",
"keywords": [
"node-curl",
Expand Down

0 comments on commit 6b43b65

Please sign in to comment.