Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APK not deploy #46

Open
SGCEntertainment opened this issue Aug 6, 2022 · 1 comment
Open

APK not deploy #46

SGCEntertainment opened this issue Aug 6, 2022 · 1 comment

Comments

@SGCEntertainment
Copy link

.
.
//Build process

  • uses: actions/upload-artifact@v2
    with:
    name: build-Android
    path: ${{ github.workspace }}/build/Android
    .
    .
    .
    .

  • name: Checkout code
    uses: actions/checkout@v2

        - uses: actions/download-artifact@v2
          with:
            name: build-Android
            path: ${{ github.workspace }}/build/Android
    
        - name: send telegram message
          uses: appleboy/telegram-action@master
          with:
            to: ${{ secrets.TELEGRAM_ID }}
            token: ${{ secrets.TELEGRAM_TOKEN }}
            message: Файлы загружены на диск (${{ secrets.APP_NAME }})
            document: ${{ github.workspace }}/build/Android/test.apk
    

Telegram sends only the text of the message, no errors

@SGCEntertainment SGCEntertainment changed the title APK not deplou APK not deploy Aug 6, 2022
@verhovensky
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants