Skip to content

Commit

Permalink
check macos build result
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 8, 2024
1 parent 064418c commit 98d1ed8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ jobs:
run: flutter config --enable-macos-desktop
- name: Build artifacts
run: flutter build macos --release
- name: macOS Release 1
uses: actions/upload-artifact@v4
with:
name: flut-renamer-macos-1
path: build/macos/Build/Products/Release
- name: install npm
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: install appdmg
Expand Down
2 changes: 1 addition & 1 deletion dmg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"icon": "../assets/desktop.png",
"contents": [
{ "x": 448, "y": 344, "type": "link", "path": "/Applications" },
{ "x": 192, "y": 344, "type": "file", "path": "../build/macos/Build/Products/Release/flut-renamer.app" }
{ "x": 192, "y": 344, "type": "file", "path": "../build/macos/Build/Products/Release/FlutRenamer.app" }
]
}

0 comments on commit 98d1ed8

Please sign in to comment.