Skip to content

Commit

Permalink
Upload release artifact even from PRs - I think this should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Mar 28, 2024
1 parent ece3e7d commit 9a9fb5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
run: ./gradlew assembleRelease

- uses: actions/upload-artifact@v4
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
name: ruffle-release-apks
path: app/build/outputs/apk/release/*.apk
Expand Down

0 comments on commit 9a9fb5b

Please sign in to comment.