Skip to content

Commit

Permalink
update ci-cd-pipeline.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Racka <bmkilaha@gmail.com>
  • Loading branch information
racka98 committed Aug 22, 2024
1 parent d93035f commit 74f6859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: android-debug.apk
path: ./composeApp/build/outputs/apk/debug/app-debug.apk
path: ./composeApp/build/outputs/apk/debug/*.apk

- if: ${{ matrix.config.target == 'Windows' }}
name: Upload Windows MSI Package
Expand Down

0 comments on commit 74f6859

Please sign in to comment.