Skip to content

Commit

Permalink
fxxx......
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 committed Dec 18, 2023
1 parent d5a7f22 commit 090a8b5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Depentent
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y rpm fakeroot

- name: Check out Git repository
uses: actions/checkout@v1

Expand All @@ -29,14 +29,14 @@ jobs:
node-version: 16

# step5: cleanup artifacts in dist_electron
# - name: cleanup package lock
# run: |
# npx rimraf "package-lock.json"
#- name: cleanup package lock
# run: |
# npx rimraf "package-lock.json"

# step3: npm install
- name: npm install amd pip install
- name: npm install
run: |
npm ci
npm install
# step4: build app
- name: build app
Expand All @@ -56,6 +56,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: "out/make/**"
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 090a8b5

Please sign in to comment.