-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2e35e4
commit 6d3bedc
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,10 +73,7 @@ jobs: | |
with: | ||
dotnet-version: 8.0.x | ||
- name: Set up butler | ||
run: | | ||
curl -L -o butler.zip https://broth.itch.zone/butler/darwin-amd64/LATEST/archive/default | ||
unzip -d butler butler.zip | ||
chmod +x ./butler/butler | ||
uses: jdno/[email protected] | ||
- name: Restore dependencies | ||
run: dotnet restore | ||
- name: Publish | ||
|
@@ -89,7 +86,7 @@ jobs: | |
mkdir -p ./mac-bundle/Contents/MacOS | ||
mv ./release/* ./mac-bundle/Contents/MacOS | ||
mv ./mac-bundle ./Pong.app | ||
./butler/butler push ./Pong.app yesseruser/pong:mac-arm64 | ||
butler push ./Pong.app yesseruser/pong:mac-arm64 | ||
- name: Archive app bundle | ||
run: tar -cvzf mac-arm64.app.tar.gz ./Pong.app | ||
- name: Publish Mac to release | ||
|