Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Jul 11, 2024
1 parent 49064d1 commit a787ef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
}
],
"github.copilot.editor.enableAutoCompletions": true,
"github.copilot.inlineSuggest.enable": true
"github.copilot.inlineSuggest.enable": false
}

0 comments on commit a787ef4

Please sign in to comment.