Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TamimiGitHub committed Nov 16, 2023
1 parent 3b9776a commit 32ba3dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# - "v*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -22,6 +22,9 @@ jobs:

- name: Build
run: yarn run package

- name: List
run: ls -a release

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

0 comments on commit 32ba3dd

Please sign in to comment.