Skip to content

Commit

Permalink
notify slack on production builds (#3461)
Browse files Browse the repository at this point in the history
* notify slack on production builds

* ugh
  • Loading branch information
haileyok authored Apr 10, 2024
1 parent 26f5e02 commit b5f5777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-submit-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
retention-days: 30
compression-level: 6
name: build-${{ steps.timestamp.outputs.time }}.aab
path: build.apk
path: build.aab

- name: 🚀 Upload Testflight Artifact
id: upload-artifact-testflight
Expand Down

0 comments on commit b5f5777

Please sign in to comment.