From a787ef46e62640639fa80cf54b9568b4bbfc8be8 Mon Sep 17 00:00:00 2001 From: Kiet Ho Date: Wed, 10 Jul 2024 23:35:38 -0400 Subject: [PATCH] New build --- .github/workflows/build.yml | 10 +++++----- .vscode/settings.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9941c0360..9ecc3d2fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,11 +35,11 @@ jobs: run: cd app && npm install && npm run build env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - APPLE_ID: ${{ secrets.APPLEID }} - APPLE_ID_PASS: ${{ secrets.APPLEIDPASS }} - CSC_LINK: ${{ secrets.WINDOWS_CERTIFICATE_FILE }} - CSC_KEY_PASSWORD: ${{ secrets.WINDOWS_CERTIFICATE_PASSWORD }} - + # APPLE_ID: ${{ secrets.APPLEID }} + # APPLE_ID_PASS: ${{ secrets.APPLEIDPASS }} + # CSC_LINK: ${{ secrets.WINDOWS_CERTIFICATE_FILE }} + # CSC_KEY_PASSWORD: ${{ secrets.WINDOWS_CERTIFICATE_PASSWORD }} + - name: Upload Artifact uses: actions/upload-artifact@v3 with: diff --git a/.vscode/settings.json b/.vscode/settings.json index 90aa622ac..415c07471 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,5 +11,5 @@ } ], "github.copilot.editor.enableAutoCompletions": true, - "github.copilot.inlineSuggest.enable": true + "github.copilot.inlineSuggest.enable": false } \ No newline at end of file