mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +02:00
fix(ci-cd): Use GitHub release action
This commit is contained in:
parent
d6d8125a38
commit
d252aa26f1
2
.github/workflows/release-app.yaml
vendored
2
.github/workflows/release-app.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
run: ./gradlew assembleRelease
|
run: ./gradlew assembleRelease
|
||||||
|
|
||||||
- name: Upload APKs 🚀
|
- name: Upload APKs 🚀
|
||||||
uses: actions/upload-artifact@v3
|
uses: softprops/action-gh-release@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user