Skip to content

Commit

Permalink
Merge pull request #23 from amyu/output-deprecated
Browse files Browse the repository at this point in the history
Deprecated 対応
  • Loading branch information
amyu authored Oct 17, 2022
2 parents 7eae911 + 5899d1f commit 9180762
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 69 deletions.
63 changes: 39 additions & 24 deletions dist/cleanup/index.js

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

63 changes: 39 additions & 24 deletions dist/setup/index.js

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

32 changes: 16 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.0.4",
"@actions/core": "^1.9.1",
"@actions/cache": "^3.0.5",
"@actions/core": "^1.10.0",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export const INPUT_CACHE_DISABLED = 'cache-disabled'
export const INPUT_JOB_STATUS = 'job-status'

// https://developer.android.com/studio#command-tools
export const COMMANDLINE_TOOLS_LINUX_URL = `https://dl.google.com/android/repository/commandlinetools-linux-8092744_latest.zip`
export const COMMANDLINE_TOOLS_MAC_URL = `https://dl.google.com/android/repository/commandlinetools-mac-8092744_latest.zip`
export const COMMANDLINE_TOOLS_WINDOWS_URL = `https://dl.google.com/android/repository/commandlinetools-win-8092744_latest.zip`
export const COMMANDLINE_TOOLS_LINUX_URL = `https://dl.google.com/android/repository/commandlinetools-linux-8512546_latest.zip`
export const COMMANDLINE_TOOLS_MAC_URL = `https://dl.google.com/android/repository/commandlinetools-mac-8512546_latest.zip`
export const COMMANDLINE_TOOLS_WINDOWS_URL = `https://dl.google.com/android/repository/commandlinetools-win-8512546_latest.zip`

export const HOME = os.homedir()
// github hosted runnerのubuntu-latestではすでにandroid directoryが存在しているため.をつけて回避
Expand Down

0 comments on commit 9180762

Please sign in to comment.