Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yesseruser authored Oct 10, 2024
1 parent b2e35e4 commit 6d3bedc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6d3bedc

Please sign in to comment.