Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
027xiguapi committed Apr 9, 2024
1 parent 300469e commit 41787c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
GITHUB_TOKEN: '${{ secrets.ACCESS_TOKEN }}'

- name: Cleanup Artifacts for Windows
if: matrix.os == 'windows-latest'
run: |
npx rimraf "packages/desktop/release/!(*.exe)"
if: matrix.os == 'windows-latest'
run: |
npx rimraf "packages/desktop/release/!(*.exe)"
- name: Cleanup Artifacts for MacOS
if: matrix.os == 'macos-latest'
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
with:
name: '${{ matrix.os }}'
path: packages/desktop/release

- name: Release
uses: softprops/action-gh-release@v2
if: "startsWith(github.ref, 'refs/tags/')"
Expand Down

0 comments on commit 41787c0

Please sign in to comment.