Skip to content

Commit

Permalink
chore(build): fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
defclass committed Apr 30, 2021
1 parent 3cdd946 commit 0480d99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-desktop-release.yml
Expand Up @@ -218,11 +218,14 @@ jobs:
name: Logseq-x64.dmg
path: static/out/make/logseq-darwin-x64-${{ github.event.inputs.tag-version }}.dmg

- name: ls files
run: du -a static/out/

- name: Cache Artifact ZIP
uses: actions/upload-artifact@v1
with:
name: Logseq-x64.zip
path: static/out/make/zip/darwin/x64/*-darwin-x64-${{ github.event.inputs.tag-version }}.zip
path: static/out/make/zip/darwin/x64/*-${{ github.event.inputs.tag-version }}.zip

release:
needs: [ build-macos, build-linux, build-windows ]
Expand Down

0 comments on commit 0480d99

Please sign in to comment.