Explorar el Código

chore(ci): add dummy version

defclass hace 5 años
padre
commit
2336b46523
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 5 0
      .github/workflows/build-desktop-release.yml
  2. 1 1
      src/main/frontend/version.cljs

+ 5 - 0
.github/workflows/build-desktop-release.yml

@@ -51,6 +51,11 @@ jobs:
           name: Logseq-x64.dmg
           path: static/out/make/Logseq.dmg
 
+  build-windows:
+    runs-on: windows-latest
+    steps:
+      - name: List file
+        run: Dir .
 
   release:
     needs: [ build-macos, build-linux, build-windows ]

+ 1 - 1
src/main/frontend/version.cljs

@@ -1,3 +1,3 @@
 (ns frontend.version)
 
-(defonce version "0.0.5.3")
+(defonce version "0.0.5.4")