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 6bd7a20 commit 49064d1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,17 @@ jobs:
node-version: 18

- name: Build Release Files
run: |
cd app
npm install
npm run build
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 }}

- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: release_on_${{ matrix. os }}
path: app/release/
retention-days: 5
retention-days: 5

0 comments on commit 49064d1

Please sign in to comment.