Skip to content

Commit

Permalink
Binary architecture fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manojVivek committed May 20, 2024
1 parent 8ddfd8a commit 1bf5835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: [macos-latest]
os: [macos-13]

steps:
- name: Checkout git repo
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
# This is used for uploading release assets to github
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn exec electron-builder -- --publish always --win --mac --linux
yarn exec electron-builder -- --publish always --win --mac --linux --arm64 --x64
2 changes: 1 addition & 1 deletion desktop-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Responsively-App",
"productName": "ResponsivelyApp",
"version": "1.11.0",
"version": "1.11.1",
"description": "A developer-friendly browser for developing responsive web apps",
"keywords": [
"developer-tools",
Expand Down
2 changes: 1 addition & 1 deletion desktop-app/release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ResponsivelyApp",
"version": "1.11.0",
"version": "1.11.1",
"description": "A developer-friendly browser for developing responsive web apps",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 1bf5835

Please sign in to comment.