Browse Source

build Release

master
wangxiang 1 year ago
parent
commit
1ee21030e6
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -42,7 +42,7 @@ jobs: @@ -42,7 +42,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
with:
files: |
packages/desktop/release/*.AppImage

Loading…
Cancel
Save