Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
12944qwerty committed Feb 6, 2023
1 parent fb40148 commit 39d0425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: pnpm install

- name: Build TypeScript and bundle into asar
run: pnpm run build-and-bundle
run: pnpm run bundle

- uses: ncipollo/release-action@v1
with:
artifacts: "*.asar"
artifacts: "bundle/*"
makeLatest: true

0 comments on commit 39d0425

Please sign in to comment.