diff --git a/.github/workflows/linux-release-build.yml b/.github/workflows/linux-release-build.yml index 0fc0f0eb8..651faba45 100644 --- a/.github/workflows/linux-release-build.yml +++ b/.github/workflows/linux-release-build.yml @@ -146,7 +146,7 @@ jobs: export SURFER_PLATFORM="linux" export ZEN_RELEASE=1 npm run package - + - name: Remove API Keys run: | rm -rf ~/.zen-keys diff --git a/.github/workflows/windows-release-build.yml b/.github/workflows/windows-release-build.yml index cc60209cc..fbc84a12d 100644 --- a/.github/workflows/windows-release-build.yml +++ b/.github/workflows/windows-release-build.yml @@ -264,7 +264,6 @@ jobs: ls ./dist ls . - - name: Remove API Keys run: | rm -rf ~/.zen-keys