Skip to content

Commit

Permalink
Merge pull request #12 from dagger/enable-cloudfront
Browse files Browse the repository at this point in the history
Enable release downloads from cloudfront
  • Loading branch information
crazy-max authored Jul 13, 2021
2 parents ceb859b + 4851ec3 commit d97e58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 src/dagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as core from '@actions/core';
import * as http from '@actions/http-client';
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 osArch: string = os.arch();

Expand Down

0 comments on commit d97e58e

Please sign in to comment.