Skip to content

Commit

Permalink
use esbuild to bundle file
Browse files Browse the repository at this point in the history
  • Loading branch information
PuerNya committed Jan 15, 2024
1 parent f2378b9 commit 857af6a
Show file tree
Hide file tree
Showing 9 changed files with 485 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "test sign && update latest tag"
name: "test sign"

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ __tests__/runner/*
# comment out in distribution branches
node_modules/

# runtime ts build file
lib/

# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
logs
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ outputs:
description: 'The 12th signed release APK or AAB file'
runs:
using: 'node20'
main: 'lib/main.js'
main: 'index.js'
68 changes: 68 additions & 0 deletions index.js

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions lib/io-utils.js

This file was deleted.

103 changes: 0 additions & 103 deletions lib/main.js

This file was deleted.

110 changes: 0 additions & 110 deletions lib/signing.js

This file was deleted.

Loading

0 comments on commit 857af6a

Please sign in to comment.