Skip to content

Commit

Permalink
chore: compile like a boss
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Nov 7, 2024
1 parent 9001daa commit ee9ecc3
Show file tree
Hide file tree
Showing 6 changed files with 40,986 additions and 1,241 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:

- name: Bundle with ncc
run: |
npx ncc build dist/index.js -o dist
npx ncc build dist/cleanup.js -o dist
npm run build
- name: Get release ID
id: get_release
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ outputs:
token_file:
description: 'Path to the file containing the authentication token'
runs:
using: 'node12'
main: 'dist/index.js'
post: 'dist/index.js'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/cleanup/index.js'


Loading

0 comments on commit ee9ecc3

Please sign in to comment.