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

Loading…
Cancel
Save