Skip to content

Commit

Permalink
chore: 构建测试
Browse files Browse the repository at this point in the history
  • Loading branch information
aooiuu committed May 22, 2024
1 parent d71e529 commit 92439dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
uses: actions/upload-artifact@v3.0.0
with:
name: ${{ matrix.os }}
path: dist
path: packages/web/dist/electron

- name: release
uses: softprops/action-gh-release@v0.1.14
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
with:
files: "packages/web/dist/electron/**"
env:
Expand Down

0 comments on commit 92439dc

Please sign in to comment.