Skip to content

Commit 4d352c6

Browse files
committed
Move linux setup file
1 parent 20b8085 commit 4d352c6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/swiftly/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export * from "./swiftly";
2-
export * from "./install-linux";
2+
export * from "./installers";

src/swiftly/installers/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./linux";

src/swiftly/install-linux.ts renamed to src/swiftly/installers/linux.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { machine } from "os";
22
import { addPath, debug, info } from "@actions/core";
33
import { downloadTool, find, extractTar, cacheDir } from "@actions/tool-cache";
4-
import { verify } from "../core/gpg";
5-
import { cmd } from "../core";
4+
import { verify } from "../../core/gpg";
5+
import { cmd } from "../../core";
66

77
interface Options {
88
/** Skip signature verification */

0 commit comments

Comments
 (0)