Skip to content

Commit

Permalink
Merge pull request #8 from mohwildan/realese/build
Browse files Browse the repository at this point in the history
chore: update
  • Loading branch information
mohwildan authored Oct 27, 2024
2 parents ffe95ec + 5b8f165 commit a89c130
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/buildrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- name: Install and build
run: |
npm install
npm run postinstall
npm run build
# npm run postinstall
# npm run build
npm install package
# - name: Publish releases
# env:
Expand All @@ -42,7 +43,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
tag: 'v1.0.0' # specify the tag for your release
name: 'Release v1.0.0' # specify the release name
files: |
artifacts: |
./release/build/ElectronReact-4.6.0.dmg
draft: false
prerelease: false

0 comments on commit a89c130

Please sign in to comment.