Skip to content

Commit 0eee102

Browse files
author
Netfloex
committed
Laat de server weten wanneer hij klaar is
1 parent 45eb112 commit 0eee102

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ jobs:
4242
with:
4343
name: release-apk
4444
path: build/app/outputs/apk/release/app-armeabi-v7a-release.apk
45+
- run: curl $URL
46+
env:
47+
URL: ${{secrets.URL}}

0 commit comments

Comments
 (0)