Skip to content

Commit

Permalink
no minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 committed Dec 23, 2023
1 parent 2eac818 commit 96f28fe
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: cleanup artifacts for windows
if: matrix.os == 'windows-latest'
run: |
pnpm dlx rimraf release/* --glob "!(*.exe)"
- name: cleanup artifacts for macos
if: matrix.os == 'macos-latest'
run: |
pnpm dlx rimraf "release/!(*.dmg)"
- name: cleanup artifacts for macos
if: matrix.os == 'ubuntu-latest'
run: |
pnpm dlx rimraf "release/!(*.deb|*.AppImage|*.rpm)"
# step6: upload artifacts
- name: upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 96f28fe

Please sign in to comment.