Skip to content

APK not deploy #46

Description

@SGCEntertainment

.
.
//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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions