Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
g122622 authored Feb 18, 2024
1 parent c472d5e commit d16d29c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
- name: cleanup artifacts for windows
if: matrix.os == 'windows-latest'
run: |
npx rimraf "dist_electron/!(*.exe)"
npx rimraf "dist_electron/bundled"
# npx rimraf "dist_electron/!(*.exe)"

- name: cleanup artifacts for macos
if: matrix.os == 'macos-latest'
Expand All @@ -86,7 +87,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: dist_electron
path: dist_electron/win-unpacked/resources

# step7: create release
- name: release
Expand Down

0 comments on commit d16d29c

Please sign in to comment.