Skip to content

Commit

Permalink
Fix: actions artifact dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleMajo committed Jan 18, 2025
1 parent cd13a28 commit 6d9c436
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-artifacts
path: dist

- name: Publish to npm
run: npm publish
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
dist
package*.json
publish-npm:
publish-npmjs-com:
needs: build
runs-on: ubuntu-latest
steps:
Expand All @@ -59,7 +59,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-artifacts
path: dist

- name: Publish to npm
run: npm publish
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hivessh",
"version": "1.1.11",
"version": "1.1.12",
"description": "HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -63,4 +63,4 @@
"dependencies": {
"ssh2": "^1.15.0"
}
}
}

0 comments on commit 6d9c436

Please sign in to comment.