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 e056f63 commit 1ce67bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: build mac app
if: matrix.os == 'macos-10.15'
run: |
npm run build
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: build linux app
if: matrix.os == 'ubuntu-16.04'
run: |
npm run build
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}

# step5: cleanup artifacts in dist_electron
- name: cleanup artifacts for windows
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
with:
files: "'artifacts/**"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 1ce67bc

Please sign in to comment.