Skip to content

Commit

Permalink
add other endpoitns
Browse files Browse the repository at this point in the history
  • Loading branch information
TamimiGitHub committed Nov 16, 2023
1 parent baecd6c commit 077075f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Build
run: yarn run package

- name: List
run: ls -a release

- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
"node18-linux-x64",
"node18-macos-x64",
"node18-win-x64",
"node18-alpine-x64"
"node18-alpine-x64",
"node18-linux-arm64",
"node18-macos-arm64",
"node18-win-arm64",
"node18-alpine-arm64"
],
"outputPath": "release",
"scripts": [
Expand Down

0 comments on commit 077075f

Please sign in to comment.