Skip to content

Commit

Permalink
upload to nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 6, 2025
1 parent 3f61d5a commit d983850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app_startup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Upload to nightly release
uses: ncipollo/release-action@v1
if: github.ref == 'refs/heads/android_test'
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003'
with:
allowUpdates: true
tag: nightly
Expand Down

0 comments on commit d983850

Please sign in to comment.