Skip to content

Commit

Permalink
releasing v1.1.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand authored Mar 10, 2024
1 parent 4a0d430 commit 6e4b24b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions dist/index.js

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

7 changes: 4 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ async function run() {
// const extractDir = 'home/runner/bolt'
// await exec(`mkdir -p ${extractDir}`)
core.info('Downloading mitmproxy...')
const releaseVersion = 'v1.0.0'
const releaseVersion = 'v1.1.0'
const filename = `${releaseName}-${releaseVersion}-linux-x86_64.tar.gz`
// Sample URL :: https://github.com/koalalab-inc/bolt/releases/download/v0.7.0/bolt-v0.7.0-linux-x86_64.tar.gz
// Sample URL :: https://api-do-blr.koalalab.com/bolt/package/v0.7.0/bolt-v0.7.0-linux-x86_64.tar.gz
// Sample Backup URL :: https://github.com/koalalab-inc/bolt/releases/download/v0.7.0/bolt-v0.7.0-linux-x86_64.tar.gz
let referrer = ''
try {
const repoName = process.env.GITHUB_REPOSITORY; // e.g. koalalab-inc/bolt
Expand All @@ -70,7 +71,7 @@ async function run() {
await exec(`sudo chown ${boltUser}:${boltUser} /home/${boltUser}/mitmdump`)
await exec(`sudo cp bolt/intercept.py /home/${boltUser}/`)
await exec(`sudo chown ${boltUser}:${boltUser} /home/${boltUser}/intercept.py`)
core.endGroup('ddownload-executable')
core.endGroup('download-executable')

benchmark('download-executable')

Expand Down

0 comments on commit 6e4b24b

Please sign in to comment.