Skip to content

Commit

Permalink
run action
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadiii committed Feb 22, 2024
1 parent 7f0e191 commit 1affca2
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/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function run(): Promise<void> {
try {
const flagshipDir = 'flagship'
const binaryDir = `${flagshipDir}/${CliVersion}`
const internalFlagshipDir = '.flagship'
const internalFlagshipDir = '/home/runner/.flagship'
const internalConfigutations = `${internalFlagshipDir}/configurations`

if (!fs.existsSync(internalFlagshipDir)) {
Expand Down

0 comments on commit 1affca2

Please sign in to comment.