Skip to content

Commit

Permalink
Upload only the app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed May 3, 2024
1 parent 1822ac9 commit 404ebbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/[email protected]
with:
name: "Refresher for MacOS x64"
path: "Refresher/bin/Release/net8.0/osx-x64/publish/"
path: "Refresher/bin/Release/net8.0/osx-x64/publish/Refresher.app/"
if-no-files-found: error
retention-days: 30

Expand All @@ -78,6 +78,6 @@ jobs:
uses: actions/[email protected]
with:
name: "Refresher for MacOS ARM64"
path: "Refresher/bin/Release/net8.0/osx-arm64/publish/"
path: "Refresher/bin/Release/net8.0/osx-arm64/publish/Refresher.app/"
if-no-files-found: error
retention-days: 30

0 comments on commit 404ebbf

Please sign in to comment.