Skip to content

Commit

Permalink
make gh actions only send the .app on build
Browse files Browse the repository at this point in the history
  • Loading branch information
resucutie committed Feb 12, 2024
1 parent c1522fc commit f472f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: localbooru-macos
path: build/macos/Build/Products/Release
path: build/macos/Build/Products/*/LocalBooru.app

build-android:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f472f6d

Please sign in to comment.