Parcourir la source

Update android.yml

pull/1359/head
Ray il y a 4 ans
committed by GitHub
Parent
révision
14e12db675
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. +12
    -0
      .github/workflows/android.yml

+ 12
- 0
.github/workflows/android.yml Voir le fichier

@ -52,3 +52,15 @@ jobs:
with:
name: ${{ env.RELEASE_NAME }}.tar.gz
path: ./build/${{ env.RELEASE_NAME }}.tar.gz
- name: Upload Artifact to Release
uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/${{ env.RELEASE_NAME }}.zip
asset_name: ${{ env.RELEASE_NAME }}.zip
asset_content_type: application/zip
if: github.event_name == 'release' && github.event.action == 'published'

Chargement…
Annuler
Enregistrer