Skip to content

Commit

Permalink
fix multi branch
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon committed Nov 19, 2024
1 parent c609ddd commit f8e171d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:

- name: Push builds
run: |
rm $GITHUB_WORKSPACE/builds/* || true
cp -r dist/* $GITHUB_WORKSPACE/builds || true
cd $GITHUB_WORKSPACE/builds
git config --local user.email "actions@github.com"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function initSplash() {
}
},
{ label: "Load without Opti",onPress: () =>{
alert("no");
alert("Not functional yet..");
} },
],
})
Expand Down

0 comments on commit f8e171d

Please sign in to comment.