Browse Source

fix(ci): fix win x64 name

defclass 5 years ago
parent
commit
347c4772aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-desktop-release.yml

+ 1 - 1
.github/workflows/build-desktop-release.yml

@@ -114,7 +114,7 @@ jobs:
       - name: Cache Artifact
         uses: actions/upload-artifact@v1
         with:
-          name: win64.exe
+          name: Logseq-win64.exe
           path: static/out/make/squirrel.windows/x64/Logseq-win64.exe
 
   build-macos: