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 56d8f36 commit ea7814c
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 @@ -40,14 +40,14 @@ jobs:
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@v4
with:
name: release_on_${{ matrix. os }}
path: release/
path: app/release/
retention-days: 5
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": false
"github.copilot.inlineSuggest.enable": true
}

0 comments on commit ea7814c

Please sign in to comment.