Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

# Upload Artifact Build
- name: Upload Android artifacts
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ env.repository_name }} - Android APK
path: ${{ env.main_project_module }}/build/outputs/apk/debug/showcaseApp-debug.apk
Expand All @@ -94,7 +94,7 @@ jobs:

#Upload binaries artifact
- name: Upload Desktop artifacts
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ env.repository_name }} - Desktop jar - Windows
path: ${{ env.main_project_module }}/build/compose/jars/mobile-ui-windows-x64-1.0.0.jar
Loading