Skip to content

Commit

Permalink
Update build-manager.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpeng3 authored Aug 8, 2024
1 parent a94c51c commit c44bfaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v4
if: ${{ ( github.event_name != 'pull_request' && github.ref == 'refs/heads/main' ) || github.ref_type == 'tag' }}
with:
name: manager
path: manager/app/build/outputs/apk/release/*.apk
Expand Down

0 comments on commit c44bfaf

Please sign in to comment.