From f8e171dac46271880b6c9acd73c18109b5d2bbce Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:02:15 +0000 Subject: [PATCH] fix multi branch --- .github/workflows/build.yml | 1 - src/lib/security.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba77eb9b..c0d1da87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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" diff --git a/src/lib/security.ts b/src/lib/security.ts index fa378b38..a6acbb1c 100644 --- a/src/lib/security.ts +++ b/src/lib/security.ts @@ -23,7 +23,7 @@ export function initSplash() { } }, { label: "Load without Opti",onPress: () =>{ - alert("no"); + alert("Not functional yet.."); } }, ], })