Skip to content

Commit

Permalink
fix(ci): fix release key path (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
tevanoff authored Nov 14, 2022
1 parent bd32cdc commit 7abf71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/deb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ qq.run(async () => {
// Former CircleCI setup
// await qq.x(`aws s3 cp --content-type text/plain --cache-control "max-age: 604800" /cli/packages/cli/dist/apt/release.key "s3://${process.env.HEROKU_S3_BUCKET}/apt/release.key"`)
//
await qq.x(`aws s3 cp --content-type text/plain --cache-control "max-age: 604800" /home/runner/cli/cli/packages/cli/dist/apt/release.key "s3://${process.env.HEROKU_S3_BUCKET}/apt/release.key"`)
await qq.x(`aws s3 cp --content-type text/plain --cache-control "max-age: 604800" /home/runner/work/cli/cli/packages/cli/dist/apt/release.key "s3://${process.env.HEROKU_S3_BUCKET}/apt/release.key"`)
})

0 comments on commit 7abf71b

Please sign in to comment.