mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
chore(ci): cache windows artifact
This commit is contained in:
13
.github/workflows/build-desktop-release.yml
vendored
13
.github/workflows/build-desktop-release.yml
vendored
@@ -104,9 +104,18 @@ jobs:
|
||||
run: yarn && yarn electron:make
|
||||
working-directory: ./static
|
||||
|
||||
- name: List Tree
|
||||
run: tree
|
||||
- name: Change Artifact Name
|
||||
run: Get-ChildItem static\out\make\squirrel.windows\x64\*.exe | Rename-Item -NewName win64.exe
|
||||
|
||||
- name: List Tree
|
||||
run: dir
|
||||
working-directory: static/out/make/squirrel.windows/x64/
|
||||
|
||||
- name: Cache Artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: win64.exe
|
||||
path: static/out/make/squirrel.windows/x64/win64.exe
|
||||
|
||||
build-macos:
|
||||
needs: [ compile-cljs ]
|
||||
|
||||
Reference in New Issue
Block a user