mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-03 05:29:52 +11:00
Merge pull request #12 from dagger/enable-cloudfront
Enable release downloads from cloudfront
This commit is contained in:
commit
d97e58ec05
2 changed files with 2 additions and 2 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -96,7 +96,7 @@ const util = __importStar(__webpack_require__(669));
|
||||||
const core = __importStar(__webpack_require__(186));
|
const core = __importStar(__webpack_require__(186));
|
||||||
const http = __importStar(__webpack_require__(925));
|
const http = __importStar(__webpack_require__(925));
|
||||||
const tc = __importStar(__webpack_require__(784));
|
const tc = __importStar(__webpack_require__(784));
|
||||||
const s3URL = 'https://dagger-io.s3.amazonaws.com/dagger';
|
const s3URL = 'https://dl.dagger.io/dagger';
|
||||||
const osPlat = os.platform();
|
const osPlat = os.platform();
|
||||||
const osArch = os.arch();
|
const osArch = os.arch();
|
||||||
function install(version) {
|
function install(version) {
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ import * as core from '@actions/core';
|
||||||
import * as http from '@actions/http-client';
|
import * as http from '@actions/http-client';
|
||||||
import * as tc from '@actions/tool-cache';
|
import * as tc from '@actions/tool-cache';
|
||||||
|
|
||||||
const s3URL: string = 'https://dagger-io.s3.amazonaws.com/dagger';
|
const s3URL: string = 'https://dl.dagger.io/dagger';
|
||||||
const osPlat: string = os.platform();
|
const osPlat: string = os.platform();
|
||||||
const osArch: string = os.arch();
|
const osArch: string = os.arch();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue