Skip to content

Commit

Permalink
Upload jar
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Aug 3, 2023
1 parent 7d24b1a commit 36391f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ jobs:
- name: Upload APK Debug - ${{ env.repository_name }}
uses: actions/upload-artifact@v3
with:
name: ${{ env.date_today }} - ${{ env.playstore_name }} - ${{ env.repository_name }} - APK(s) debug generated
name: ${{ env.repository_name }} - Android APK
path: ${{ env.main_project_module }}/build/outputs/apk/debug/

#Create binaries
- name: Create desktop binaries
run: ./gradlew createDistributable
run: ./gradlew packageUberJarForCurrentOS

#Upload binaries artifact
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: my-artifact
path: ${{ github.workspace }}/desktop/build/compose/binaries/main/app
name: ${{ env.repository_name }} - Desktop jar
path: ${{ github.workspace }}/desktop/build/compose/jars/mobile-ui-linux-x64-1.0.0.jar

0 comments on commit 36391f0

Please sign in to comment.