Skip to content

Commit

Permalink
Update mian.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMindCkm authored Mar 6, 2024
1 parent 80fcc7e commit e056f63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ jobs:
run: |
npm run build
env:
GH_TOKEN: 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
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: build mac app
if: matrix.os == 'macos-10.15'
run: |
npm run build
env:
GH_TOKEN: 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
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: build linux app
if: matrix.os == 'ubuntu-16.04'
run: |
npm run build
env:
GH_TOKEN: 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
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# step5: cleanup artifacts in dist_electron
- name: cleanup artifacts for windows
Expand Down

0 comments on commit e056f63

Please sign in to comment.