Skip to content

Commit

Permalink
Trim and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Apr 14, 2024
1 parent 2ee6a89 commit d6fd32e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/android_24.lts.1+.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ jobs:
with:
name: android-x86-qa
path: x86-qa
- name: Doublecheck 1
run: ls -la
- name: Find 1
run: find . -iname "*.apk"
- name: 'Upload Android APKs'
uses: actions/upload-artifact@v4
with:
Expand All @@ -99,18 +95,12 @@ jobs:
retention-days: 90
compression-level: 0 # We expect kept artifacts to be already compressed
if-no-files-found: error
- name: Doublecheck 2
run: ls -la
- name: Find 2
run: find . -iname "*.apk"
- name: Make a release zip
run: zip -0 -r "Android APKs.zip" . -i '*.apk'
- name: Doublecheck 3
run: ls -la
- name: Upload the APKs to a release
uses: svenstaro/upload-release-action@v2
if: ${{ github.event_name == 'release' }}
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: 24_test_release_5
file: "Android APKs.zip"
overwrite: true

0 comments on commit d6fd32e

Please sign in to comment.