Skip to content

Commit

Permalink
feat: filter file
Browse files Browse the repository at this point in the history
  • Loading branch information
lybenson committed Jun 23, 2024
1 parent 544576a commit 71f2162
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest]
steps:
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
run: pnpm build:mac

- name: Release:Windows
if: matrix.os == 'macos-latest'
if: matrix.os == 'windows-latest'
run: pnpm build:win

- name: Release:Publish
Expand All @@ -52,12 +53,5 @@ jobs:
dist/*.exe
dist/*.zip
dist/*.dmg
dist/*.AppImage
dist/*.snap
dist/*.deb
dist/*.rpm
dist/*.tar.gz
dist/*.yml
dist/*.blockmap
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 71f2162

Please sign in to comment.