Skip to content

Commit

Permalink
chore: 调整代码和升级版本0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shinken008 committed Aug 11, 2021
1 parent f0fd6c5 commit 2999229
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-native-publish",
"version": "0.0.1",
"version": "0.4.0",
"private": true,
"description": "taro native publish action",
"main": "lib/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function run(): Promise<void> {
try {
const env = process.env
let workspace = env['GITHUB_WORKSPACE']
const platform = core.getInput('PLATFORM')
const platform = (core.getInput('PLATFORM') || '').toLocaleLowerCase()
const BUILD_CMD = core.getInput('BUILD_CMD')
const IOS_BUNDLE = core.getInput('IOS_BUNDLE') || 'dist/index.bundle'
const IOS_ASSETS = core.getInput('IOS_ASSETS') || 'dist/assets'
Expand Down

0 comments on commit 2999229

Please sign in to comment.