Skip to content

Commit

Permalink
fix: CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-the-gamer committed Jan 17, 2024
1 parent eebddd9 commit 0e0f127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: release for macOS
uses: softprops/action-gh-release@v1
if: |
startsWith(github.ref, 'refs/tags/')
startsWith(github.ref, 'refs/tags/') &&
matrix.os == 'macos-latest'
with:
files: "out/make/**"
Expand All @@ -84,7 +84,7 @@ jobs:
- name: release for Window
uses: softprops/action-gh-release@v1
if: |
startsWith(github.ref, 'refs/tags/')
startsWith(github.ref, 'refs/tags/') &&
matrix.os == 'windows-latest'
with:
files: "out/make/zip/win32/x64/**"
Expand Down

0 comments on commit 0e0f127

Please sign in to comment.