Skip to content

Commit

Permalink
Update build-release-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarr authored Jan 30, 2025
1 parent 63a72d6 commit 8961b1d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ jobs:
zip -r OpenIPC-Config-android-${{ matrix.arch }}.zip OpenIPC-Config-android-${{ matrix.arch }}
shell: bash

# - name: Upload Android Artifact
# uses: actions/upload-artifact@v4
# with:
# name: OpenIPC-Config-android-${{ matrix.arch }}
# path: OpenIPC-Config-android-${{ matrix.arch }}.zip
- name: Upload Android Artifact
uses: actions/upload-artifact@v4
with:
name: OpenIPC-Config-android-${{ matrix.arch }}
path: OpenIPC-Config-android-${{ matrix.arch }}.zip


- name: Upload APK to GitHub Release
uses: softprops/action-gh-release@v1
with:
files: |
OpenIPC-Config-android-${{ matrix.arch }}.zip
draft: false # Set to `true` if you want the release to remain in draft
# - name: Upload APK to GitHub Release
# uses: softprops/action-gh-release@v1
# with:
# files: |
# OpenIPC-Config-android-${{ matrix.arch }}.zip
# draft: false # Set to `true` if you want the release to remain in draft

0 comments on commit 8961b1d

Please sign in to comment.