Skip to content

Commit

Permalink
fixed electron artifact path for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ishubin committed Feb 9, 2025
1 parent a140c92 commit af6d2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: schemio-electron-mac-zip
path: out/make/zip/darwin/x64/schemio-darwin-arm64-*.zip
path: out/make/zip/darwin/arm64/schemio-darwin-arm64-*.zip
- run: find out | grep -v .webpack/renderer/assets


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
tag_name: v${{ inputs.schemio_version }}
fail_on_unmatched_files: true
files: out/make/zip/darwin/x64/schemio-darwin-arm64-${{ inputs.schemio_version }}.zip
files: out/make/zip/darwin/arm64/schemio-darwin-arm64-${{ inputs.schemio_version }}.zip



Expand Down

0 comments on commit af6d2e8

Please sign in to comment.