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
|
||||
run: ./gradlew composeApp:debug --no-daemon
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
name: app
|
||||
path: composeApp/build/outputs/apk/debug/*.apk
|
||||
files: composeApp/build/outputs/apk/debug/*.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue