fix: add release action #12
1 changed files with 3 additions and 4 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
@ -29,8 +29,7 @@ jobs:
|
||||||
- name: Gradle Release
|
- name: Gradle Release
|
||||||
run: ./gradlew composeApp:debug --no-daemon
|
run: ./gradlew composeApp:debug --no-daemon
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Release
|
||||||
uses: actions/upload-artifact@v4
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
name: app
|
files: composeApp/build/outputs/apk/debug/*.apk
|
||||||
path: composeApp/build/outputs/apk/debug/*.apk
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue