Skip to content

Commit

Permalink
v0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumonkie committed Jan 26, 2021
1 parent 7755455 commit 54e2628
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function sendTarToIzuna(project, tarName) {
const ghcVersion = project.ghcVersion.replace(/\./g, "");
const baseUrl = 'https://izuna-builder.izuna.app';
const pathname = path__WEBPACK_IMPORTED_MODULE_0__.join("/api",
"projectInfo2",
"projectInfo",
ghcVersion,
project.user,
project.repo,
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function sendTarToIzuna(project, tarName) {
const ghcVersion = project.ghcVersion.replace(/\./g, "");
const baseUrl = 'https://izuna-builder.izuna.app';
const pathname = path.join("/api",
"projectInfo2",
"projectInfo",
ghcVersion,
project.user,
project.repo,
Expand Down
Binary file modified node_modules/@vercel/ncc/dist/ncc/cli.js.cache
Binary file not shown.
Binary file modified node_modules/@vercel/ncc/dist/ncc/index.js.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 54e2628

Please sign in to comment.